-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detection in video #25
Comments
Could you provide more information? If you mean testing with no metric evaluation, you can just test on every single frame like in Line 51 in e56ac87
If you mean testing with metric evaluation, I guess you need to write your own script to do this. |
For example,
However, this code has duplicate value error in "pil_img" on api.py. api.py #L73 Line 72 in fcb764a
to
and L116 Lines 116 to 130 in fcb764a
to
It works for me. |
How to test detection for video file?
The text was updated successfully, but these errors were encountered: