yolov7_d2 icon indicating copy to clipboard operation
yolov7_d2 copied to clipboard

Demo Trouble Shooting

Open lucasjinreal opened this issue 2 years ago โ€ข 2 comments

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

lucasjinreal avatar May 30 '22 13:05 lucasjinreal

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? image

huchi00057 avatar Jul 08 '22 12:07 huchi00057

I think you haven't sent weights. following the readme instruction provide a weight path.

lucasjinreal avatar Jul 08 '22 14:07 lucasjinreal