RCS-YOLO icon indicating copy to clipboard operation
RCS-YOLO copied to clipboard

Error when executing detect.py

Open Pipcao opened this issue 1 year ago • 4 comments

I can execute test.py after training, but I get an error when executing detect.py 微信图片_20230831110256

Pipcao avatar Aug 31 '23 03:08 Pipcao

Thank you for your reminder. The file detect.py has been deleted.

mkang315 avatar Aug 31 '23 13:08 mkang315

So how does image detection work?

Pipcao avatar Sep 01 '23 01:09 Pipcao

The train.py can be used to train a custom RCS-YOLO detector, and the test.py can be used to test a detector. You can use them to train and test a model you need.

The detect.py is the inference script that is same with YOLOv7. If you want to use it after modification, please refer to this link: https://github.com/WongKinYiu/yolov7/issues/1215. Also, you may leave your comments with the link. Thank you for your consideration.

mkang315 avatar Sep 01 '23 01:09 mkang315

@Pipcao I also encountered the same issue. Have you resolved it?

xiaoche-24 avatar Oct 13 '23 05:10 xiaoche-24