Replies: 2 comments 9 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
-
You can also change the format to mp4 using openCV..
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use a jpg file as the source of predict, I can find a file in the runs folder and it has the image plus the bounding boxes and scores. However, if I use a mp4 file as the source, the file generated in the runs folder is an avi file of size 0. As an example, the following CLI command would generate the output image file:
yolo detect predict model=yolov8s.pt source="c:\users\dlin1\downloads\street.jpg"
However, if I change the source to a mp4 file, I don't get a playable output file. How do I fix that? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions