hjeun / idu

Learning to Discriminate Information for Online Action Detection, CVPR 2020
Other
25 stars 4 forks source link

How to generate the required flow vector for IDN from the flow stack extracted by TSN #6

Open dejungle opened 4 years ago

dejungle commented 4 years ago

I tried to run the TVSeries test using the live stream images. For each chunk of images (N=6), I got a flow stack of size (10,1024, 1, 1), which is interlaced in x- and y- direction, using the TSN. However, the flow vector for each chunk in the given file 'tvseries_anet2016_test_data.pickle' is of size (1024, ). So, how can I generate the required flow vector for IDU from the flow stack extracted by TSN? Thanks a lot.

lenny-rgb commented 3 years ago

Hi @dejungle , Did you manage to figure this out?

Thanks cc: @hjeun