eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.29k stars 2.64k forks source link

Unable to fully load data classes of classes.names #822

Closed J-LINC closed 1 year ago

J-LINC commented 1 year ago

I am using a randomly trained model to test on the BDD 100k dataset. There are a total of 10 categories, but the program can only load 6 categories. The quality of the model is not important. The important thing is, the program feels that there are only 6 categories, which prevents me from training properly. 2023-03-31 19-03-55 的屏幕截图

2023-03-31 19-04-20 的屏幕截图

J-LINC commented 1 year ago

okay i found maybe there is something wrong in my dataset