dangweili / pedestrian-attribute-recognition-pytorch

A simple baseline for pedestrian attribute recognition in surveillance scenarios
334 stars 81 forks source link

How to add my own datasets? #17

Closed travispan96 closed 5 years ago

travispan96 commented 5 years ago

Could you please tell me how to translate the anotations of my own datasets to the correct format in your project, like '.mat'. Thank you.

dangweili commented 5 years ago

Please take /script/dataset/transform_xxx.py as examples. They output the unified dataset format and store the annotations into .pkl.

travispan96 commented 5 years ago

It's working now,thank you.