|
@@ -98,3 +98,28 @@ The results of that testing suggests two things about the default parameters: |
|
|
- those parameters produce a lot of FPs when not targeted |
|
|
- those parameters produce a lot of FPs when not targeted |
|
|
|
|
|
|
|
|
Given that, a two-pass approach might yield better results. |
|
|
Given that, a two-pass approach might yield better results. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 2024-07-11 1400: Meeting 2 |
|
|
|
|
|
|
|
|
|
|
|
** Agenda |
|
|
|
|
|
|
|
|
|
|
|
/(note: GitLab has been down since Monday)/ |
|
|
|
|
|
|
|
|
|
|
|
For scoping, done: |
|
|
|
|
|
- conceptual overview of pipeline |
|
|
|
|
|
- class sketch |
|
|
|
|
|
- some user story cards (more TBD) |
|
|
|
|
|
|
|
|
|
|
|
Still to do: |
|
|
|
|
|
- plan UI |
|
|
|
|
|
- collect and test other 'feature extractors' than laughter-detection |
|
|
|
|
|
|
|
|
|
|
|
Also done: |
|
|
|
|
|
- simple proof-of-concept of highlight pipeline that can take input videos and produce output |
|
|
|
|
|
- ffmpeg invocation is a bit slow, might change approach |
|
|
|
|
|
|
|
|
|
|
|
Next steps for coming week: |
|
|
|
|
|
- replace PoC version (turn class sketch into code) |
|
|
|
|
|
- get UI plan done |
|
|
|
|
|
- begin integrating more feature extractors |