Giter VIP home page Giter VIP logo

Comments (7)

CuriousLiuC avatar CuriousLiuC commented on July 22, 2024

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

from tecogan.

xiaoniao231 avatar xiaoniao231 commented on July 22, 2024

me too,how to do???

from tecogan.

yuqiangabab avatar yuqiangabab commented on July 22, 2024

me too,how to do???

update parameter of the runGan.py line 181&182

from tecogan.

fuseeiei avatar fuseeiei commented on July 22, 2024

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

from tecogan.

FrankLinxzx avatar FrankLinxzx commented on July 22, 2024

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

same problem with me so sad

from tecogan.

yuqiangabab avatar yuqiangabab commented on July 22, 2024

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

Sorry, I deleted it

from tecogan.

FrankLinxzx avatar FrankLinxzx commented on July 22, 2024

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

from tecogan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.