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
68 stars 10 forks source link

Missing Model Weights for Reproduction #6

Open LennyN95 opened 11 months ago

LennyN95 commented 11 months ago

Thanks to the authors for the interesting work and for sharing your code.

I'd love to reproduce the results presented at MICCAI23. However, I couldn't find best.pt following the link from your documentation:

The model weights we pretrained on the brain tumor detection was saved as best.pt in the directory ./runs/train/exp/weights/.

Can you point me to the correct folder for the trained weights?

Thx!

i2w3 commented 10 months ago

You can find it in commit, and download it.

mkang315 commented 10 months ago

You can find it in commit, and download it.

@i2w3 Thanks for your answer. @LennyN95 I've removed the runs folder including best.pt since v1.1.1.