Closed satpalsr closed 2 years ago
Hey @XinzeLee, Tutorial-1 colab does not detect bounding boxes.
Steps to reproduce:
from IPython.display import Image
!python rotate_detect.py --weights rotate-yolov5s-ucas.pt --img 1024 --conf 0.75 \ --source data/images/UCAS-AOD --iou-thres 0.4 --hide-labels
8. Check out images under runs/detect/exp
Train model for higher epochs instead of using the pre-trained available model.
Hey @XinzeLee, Tutorial-1 colab does not detect bounding boxes.
Steps to reproduce:
!python rotate_detect.py --weights rotate-yolov5s-ucas.pt --img 1024 --conf 0.75 \ --source data/images/UCAS-AOD --iou-thres 0.4 --hide-labels
Image(filename='runs/detect/exp/1070.png', width=1024)