mkang315 / RCS-YOLO

[MICCAI'23] Official implementation of "RCS-YOLO: A Fast and High-Accuracy Object Detector for Brain Tumor Detection".
GNU General Public License v3.0
67 stars 10 forks source link

Error when executing detect.py #5

Open Pipcao opened 12 months ago

Pipcao commented 12 months ago

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

mkang315 commented 12 months ago

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

Pipcao commented 12 months ago

So how does image detection work?

mkang315 commented 12 months ago

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.

xiaoche-24 commented 10 months ago

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