You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code I use is the following: visualize.detect_video(model, './videos/video1.mp4', './videos/output1.avi', score_filter=0.8)
It outputs an empty file.
Could you check to make sure all the paths to files are correct? If a file is being written but is empty, then that probably means there's an issue when it comes to reading in the original video file.
When running the "detect_video" function as given in the tutorial, I define the input and output file but the latter is empty.
The text was updated successfully, but these errors were encountered: