nikitalpopov / vedai

vedai dataset for darknet
37 stars 17 forks source link

Something wrong with this dataset compared to what paper written #3

Closed doduythao closed 4 years ago

doduythao commented 4 years ago

1/ Only 9 classes in original paper: Boat, Camping Car, Car, Pickup, Plane, Tractor, Truck, Vans, Others. (There's no BUS!) while this repo has 3 images contain Bus! 2/ Small & Large Land Vehicle is just another way of categorization. BUT, in this repo, they're categorized into the 2 last classes and there's no extra specific classified for them. I checked with original annotations from their official website and the problem is original author. So keep this issue in mind when consider using this dataset. (this way of categorization is confusing)

nikitalpopov commented 4 years ago

Hi @doduythao Could you, please, mark at any specific images I should check? When I was creating this repo there were following classes listed (I can't recall source atm):

Since attention to this repo is increasing, I will try to correct data

doduythao commented 4 years ago

I checked and the problem is the inconsistency between their paper and their dataset. Not your fault but you should also remove Bus class since it's very small 3 image contain it. So anyone use this dataset should just remove all image containing SLV and LLV since this gonna confuse the model (doesn't make any sense to classify one superclass and subclasses, even hurt the model)

mowushuang commented 3 years ago

ok ,i will remove other class. thanks!