Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have some trouble in Traininig #28

Open
CuriousLiuC opened this issue Sep 3, 2019 · 7 comments
Open

I have some trouble in Traininig #28

CuriousLiuC opened this issue Sep 3, 2019 · 7 comments

Comments

@CuriousLiuC
Copy link

When I try to run this code's trainnning part in google colab, after i change the direcotry to 'TrainingDataPath' ,the error is Exception: No frame files in the video input directory

the structure of my folders show in the picture
image
image

@CuriousLiuC
Copy link
Author

image
it wrong with the validation data, can you help me?

@xiaoniao231
Copy link

me too,how to do???

@yuqiangabab
Copy link

yuqiangabab commented Apr 12, 2020

me too,how to do???

update parameter of the runGan.py line 181&182

@fuseeiei
Copy link

@yuqiangabab may I see your runGan.py at line 181 and 182

@FrankLinxzx
Copy link

image
it wrong with the validation data, can you help me?

same problem with me so sad

@yuqiangabab
Copy link

@yuqiangabab may I see your runGan.py at line 181 and 182

Sorry, I deleted it

@FrankLinxzx
Copy link

FrankLinxzx commented Feb 6, 2021

When I try to run this code's trainnning part in google colab, after i change the direcotry to 'TrainingDataPath' ,the error is Exception: No frame files in the video input directory

the structure of my folders show in the picture
image
image

i found the answer by myself ,
if we have scene_2000
scene_2001
scene_2002

                       just for example their operation and dir need to read in command  
      #str_dir is the starting index for training data
      #end_dir is the ending index for training data
      # end_dir+1 is the starting index for validation data
      # end_dir_val is the ending index for validation data

in runGan.py fix like be low for example
cmd1 += [
"--input_video_dir", './TrainingDataPath/',
"--input_video_pre", "scene",
"--str_dir", "2000",
"--end_dir", "2001",
"--end_dir_val", "2002",

me too,how to do???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants