Julius

Results 1 issues of Julius

I'm trying to detect some images using pretrained weight. I use `yolov4-p7.pt` and `yolov4-p6.pt` to do detection using `detect.py`. The argument I use is: `python detect.py --weights weights/yolov4-p7.pt --source img_dir_path...