dangweili / pedestrian-attribute-recognition-pytorch

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

Can it be applied to video in real time? #3

Closed kclch closed 6 years ago

kclch commented 6 years ago

Can it be applied to video in real time?

dangweili commented 6 years ago

This is only the pedestrian attribute recognition component, where the pedestrian has already been detected. For real-time applications in videos, many items should be considered, such as detection, tracking, as well as the hardware you used.

kclch commented 6 years ago

@dangweili Thank you for your reply. Is there a demo test program?Such as reading a picture and directly displaying the pedestrian attribute in the picture

dangweili commented 6 years ago

@kclch This is a very good suggestion. I will add a demo to display the attributes recently.

kclch commented 6 years ago

@dangweili Thank you,I look forward to your improvement. In addition, I think real-time attribute recognition is very important. Can I directly combine some real-time pedestrian tracking algorithms with this attribute recognition project to make a video real-time pedestrian attribute recognition?

dangweili commented 6 years ago

@kclch The demo has been updated.

kclch commented 6 years ago

thank you very much