yolov7_d2
yolov7_d2 copied to clipboard
Demo Trouble Shooting
For new version, run demo by:
python demo.py --config-file /path/config -i /your/videos
the -i
here is your:
- input image file
- images dir
- video file
all can automatically handle
Hi~~ I have some trouble on demo.py.
python demo.py --config-file configs/wearmask/darknet53.yaml -i maskperson.jpg
But, the output would like bellow๐ฑ๐ฑ๐ฑ๐ฑ Full of green bounding boxes...
Have u ever happend like that?
I think you haven't sent weights. following the readme instruction provide a weight path.