dangweili/pedestrian-attribute-recognition-pytorch

improve the recognition speed

Opened this issue · 1 comments

kclch commented

Hello, after I trained the attacked model, it took a long time to test a picture. I tested a picture on the CPU for 3~4s. Is this normal? How to improve the recognition speed? thank you very much

@kclch I didn't optimize the speed. You can try some lighten networks, such as MobileNet, for training; Or try some other model compression methods.