MVIG-SJTU / AlphAction

Spatio-Temporal Action Localization System
407 stars 74 forks source link

about feature extractor #11

Closed Chuckie-He closed 4 years ago

Chuckie-He commented 4 years ago

Thank you for sharing! I want to get the person and object features after RoIAlign(save them to disk), but I don't know how to do. should I change part_forward equal to 0? can you give me some hints? thanks!

yelantf commented 4 years ago

Hi, thanks for your attention! You can simply modify the following line and then run inference to to do so. https://github.com/MVIG-SJTU/AlphAction/blob/4b3b2737018701d6d1fb10e7f479cb4c00403446/AlphAction/engine/inference.py#L75

Chuckie-He commented 4 years ago

thanks a lot! I think it may help~