You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained bdd100k-dataset use yolov5m.yaml python train.py --cfg yolov5m.yaml --data/bdd100k.yaml --weights yolov5m.pt --epochs 50 --hyp hyp.finetune.yaml --rect
And I got about 40% mAP@.5
Class AP50
person | 0.5080
rider | 0.1930
car | 0.6730
bus | 0.4480
truck | 0.5050
bike | 0.3930
motor | 0.2580
tra-l | 0.4770
tra-s | 0.5210
train | 0.0000
Additional context
I notice that some classes have very few labels like train. How to draw a new PR-curve without retraining
Get a new 44.18% mAP@.5 (without 'train')
It seems a bit difficult :(
The text was updated successfully, but these errors were encountered:
❔Question
I trained bdd100k-dataset use yolov5m.yaml
python train.py --cfg yolov5m.yaml --data/bdd100k.yaml --weights yolov5m.pt --epochs 50 --hyp hyp.finetune.yaml --rect
And I got about 40% mAP@.5
Class AP50
person | 0.5080
rider | 0.1930
car | 0.6730
bus | 0.4480
truck | 0.5050
bike | 0.3930
motor | 0.2580
tra-l | 0.4770
tra-s | 0.5210
train | 0.0000
Additional context
I notice that some classes have very few labels like train. How to draw a new PR-curve without retraining
Get a new 44.18% mAP@.5 (without 'train')
It seems a bit difficult :(
The text was updated successfully, but these errors were encountered: