Commit Graph
2 Commits
Author SHA1 Message Date
Yonghye Kwon ccf757b3ea changed the criteria for the best weight file (#356)
* changed the criteria for the best weight file

changed the criteria for the best weight file from loss to mAP

I trained the model on my custom dataset. But I failed to get a good results when I load the weight file that has the lowest loss on test dataset. 

I thought that the loss used in YOLO is not proper criteria for detection performance. So I changed the criteria from loss to mAP.

what do you think of this?

* Update train.py
2019-07-02 12:24:18 +02:00
Yonghye Kwon 37fe87ccd9 cleanup- delete a variable "yolo_layer_count" (#347) 2019-06-26 11:10:52 +02:00