TecoGAN icon indicating copy to clipboard operation
TecoGAN copied to clipboard

I have some trouble in Traininig

Open CuriousLiuC opened this issue 5 years ago • 7 comments

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 avatar Sep 03 '19 07:09 CuriousLiuC

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

CuriousLiuC avatar Sep 03 '19 08:09 CuriousLiuC

me too,how to do???

xiaoniao231 avatar Mar 26 '20 16:03 xiaoniao231

me too,how to do???

update parameter of the runGan.py line 181&182

yuqiangabab avatar Apr 12 '20 06:04 yuqiangabab

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

fuseeiei avatar Jan 21 '21 15:01 fuseeiei

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

same problem with me so sad

FrankLinxzx avatar Jan 31 '21 14:01 FrankLinxzx

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

Sorry, I deleted it

yuqiangabab avatar Feb 01 '21 02:02 yuqiangabab

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

FrankLinxzx avatar Feb 06 '21 16:02 FrankLinxzx