USTC-Video-Understanding / I3D_Finetune

TensorFlow code for finetuning I3D model on UCF101.
144 stars 43 forks source link

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

Open Gavin666Github opened 5 years ago

Gavin666Github commented 5 years ago

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!

chunduri11 commented 5 years ago

@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

rrryan2016 commented 5 years ago

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

DSOCT18 commented 5 years ago

@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..

rrryan2016 commented 5 years ago

@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 ?

DSOCT18 commented 5 years ago

@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.

sanolans commented 4 years ago

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

sanolans commented 4 years ago

https://github.com/USTC-Video-Understanding/I3D_Finetune/issues/31#issuecomment-567837549

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