jwchoi384/Gaussian_YOLOv3

class ordering

Closed this issue · 4 comments

Hi, a strange idea happens to me: the test result on server doesn't give the class name corresponding to mAP value, so how can I know which value belongs to its class? And further, when I make txt training file, could the ordering of class name be consistent with that of official test?
Thanks in advance!

@ChunmianLin
Please check the order in "/data/bdd.names".
You don't need to make the ordering of class name consistently in training file.

HI, I want to know how to find your kmeans clustering code in your repository? Thanks!

Please check this repo.
He explained the method to calculate the anchors in README.