ultralytics / xview-yolov3

xView 2018 Object Detection Challenge: YOLOv3 Training and Inference.
https://docs.ultralytics.com
GNU Affero General Public License v3.0
256 stars 57 forks source link

Test Loss per epoch for parallel testing #14

Closed sawhney-medha closed 4 years ago

sawhney-medha commented 5 years ago

I want to parallelly test the model and plot graphs for loss per epoch for the detections while testing. Can you please tell me how can I get the losses, since detect.py and score.py only give the mAP scores.

glenn-jocher commented 5 years ago

@sawhney-medha this repository is no longer maintained. I recommend you use https://github.com/ultralytics/yolov3 instead, which has numerous bug fixes and better instrospection tools.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.