Clothing-Detection icon indicating copy to clipboard operation
Clothing-Detection copied to clipboard

Confidence scores are too low despite while using deepfashion2 validation set

Open carlosalinas opened this issue 6 years ago • 1 comments

I've used the YOLOv3 model for Deepfashion2 with the validation set given by deepfashion2 and my scores are so low despite using 5,000 and 10,000 images. The mean average precision is low as well. Can I ask how did you come up with your own result for coco evaluation?

carlosalinas avatar Jan 06 '20 03:01 carlosalinas

Hi, sorry for the late reply

Hoy did you calculate the average precision? I used darknet to get the .json file with detections in coco format, but you can get your owns as well. If you get the .json file manually, you have to set the confidence threshold as lower as possible (i.e. 0.001)

simaiden avatar Jan 20 '20 15:01 simaiden