dangweili / pedestrian-attribute-recognition-pytorch

A simple baseline for pedestrian attribute recognition in surveillance scenarios
332 stars 80 forks source link

Can we train the model with all datasets? #14

Closed DeepTiming closed 5 years ago

dangweili commented 5 years ago

Now different datasets have different types of attributes. If you want to train multiple attributes jointly, I think you should code all the attributes in a uniformed format.

DeepTiming commented 5 years ago

get it! thank you very much!

kclch commented 5 years ago

@DeepTiming How do you get the overall dataset?thank you