USTC-Video-Understanding/I3D_Finetune

How to create flow.txt and rgb.txt files?

Gavin666Github opened this issue · 7 comments

I've extracted the images of RGB and flow to the local path, but how do I create the corresponding TXT file? anyone who can share the script?Thank you very much!

@Gavin666Github
How did you extract RGB and FLOW images?

I have written a code using opencv to do it, but takes long time to generate flow images. And also the the size of flow images are very big.

I am also looking for an answer to how the .txt files can be generated with a script.
thanks

@Gavin666Github @chunduri11
heyyyy there! Could you please share me your experience in how to extract RGB and flow? great thx

@Gavin666Github @chunduri11
heyyyy there! Could you please share me your experience in how to extract RGB and flow? great thx

https://github.com/qijiezhao/py-denseflow.git
this might help you..

@Gavin666Github @chunduri11
heyyyy there! Could you please share me your experience in how to extract RGB and flow? great thx

https://github.com/qijiezhao/py-denseflow.git
this might help you..

Cheers man.
I am doing this, I notice but not quite sure about that will it generate both RGB and flow data ?

@Gavin666Github @chunduri11
heyyyy there! Could you please share me your experience in how to extract RGB and flow? great thx

https://github.com/qijiezhao/py-denseflow.git
this might help you..

Cheers man.
I am doing this, I notice but not quite sure about that will it generate both RGB and flow data ?

yes it will generate both rgb and flow images in one folder..you will have to manipulate paths to get rgb and flow in different folders.

@Gavin666Github @rrryan2016 @chunduri11 @DSOCT18 @vra Hi guys! can you guys tell me how to generate the image list from the directory? Thanks.

#31 (comment)

Check the link to see the code for generating rgb.txt and flow.txt