dangweili / pedestrian-attribute-recognition-pytorch

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

Transform to python3 #34

Closed simonre closed 3 years ago

simonre commented 4 years ago

Hi, the code so far cannot be run in python3 so I made it work with python3.

ajithvcoder commented 4 years ago

@dangweili could you please merge this python2 is almost deprecated

ajithvcoder commented 4 years ago

@simonre have u tested it ? is it working perfectly for all datasets ?

simonre commented 4 years ago

No, I haven't done any extensive testing. I needed the Peta dataset to work and thought maybe I can spare some other people the work :smile:

ajithvcoder commented 4 years ago

@simonre this doesnt work on rap2 dataset i think its because of batch size not sure or the colabs gpu . but i got another repo https://github.com/valencebond/Strong_Baseline_of_Pedestrian_Attribute_Recognition and this is working with all datasets if u want u can use