Parameters involving frame count in detection algorithms #411
Replies: 2 comments 2 replies
-
If you are using the cli, then the default Using the python api, the As for window width, that parameter currently only accepts integer numbers of frames rather than a timecode. That is how things work now. This does seem like something that could be harmonized in a future version though. I can imagine having the detector |
Beta Was this translation helpful? Give feedback.
-
Hi @wjs018, thanks for your response! I am using the python api and understand the types of different parameters. My question/comment was more about the logic going behind setting the parameter values. My understanding is that the parameter values should be based on the temporal duration rather than the frame count. Does that sound right? Since the default |
Beta Was this translation helpful? Give feedback.
-
Hi, are the default values for parameters like
min_scene_len
in multiple detection algorithms andwindow_width
inAdaptiveDetector
assume a certain fps (like videos at 30 fps or something )? If not, I was wondering if these paratmeres should be tied to temporal intervals in seconds, instead of frame count.Beta Was this translation helpful? Give feedback.
All reactions