sanolans

Results 10 comments of sanolans

> This is a question about type-bytes and type-str . > Running the code in python3, when the function get_frames() is called, type(self.mode) and type(self.path) both are bytes. so just...

Thank you so much for your help, my issue has been resolved. > > > This is a question about type-bytes and type-str . > > > Running the code...

> @sanolans just like scripts below. > ![test](https://user-images.githubusercontent.com/39478235/71162617-7c9f5400-2286-11ea-8983-8cbfbb80b873.png) Thank you so much. Was able to generate the list accordingly, seems to be running fine now.

@arunponnusamy @tobeatraceur Did you guys find a way to train on Multi-gpu? Thanks in advance.

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

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

[https://github.com/sujiongming/UCF-101_video_classification/issues/4#issue-280024705] This should help.

Hi! I followed your solution but I'm getting the following error: NameError: name 'videos_root' is not defined. Did you encounter this error and how did you resolve it if you...

Thanks for replying, its working now. However it stop after processing a number of videos, so I have to restart it.

Hi @LossNAN, thank you for sharing your work. Do you have the code for training a singular gpu as I am using 1 gpu? Also, while using trying the multi_gpu...