wangxiang1230 / OadTR

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".
MIT License
87 stars 12 forks source link

training without motion_inputs #36

Open jayes97 opened 1 month ago

jayes97 commented 1 month ago

Hi what will happen if we train only without motion_inputs? As I can see in your model code you have if conditions? Will it affect training accuracy? image

wangxiang1230 commented 1 month ago

Hi, without the flow features, the results will degraded.