Coder Social home page Coder Social logo

Comments (3)

piddnad avatar piddnad commented on August 18, 2024

Hi, you can refer to #3 (comment) and set pretrain_network_g as an existing model in the configuration file.

from ddcolor.

mycomedico avatar mycomedico commented on August 18, 2024

Do i need both the black and white and color images? or does the training automatically generate black and white images? do i need to specify seperate folders for the images if i need to include both? my images have resolution of 720height x 992 width. is this the correct format to specify that: gt_size: [720, 992]

from ddcolor.

piddnad avatar piddnad commented on August 18, 2024

Do i need both the black and white and color images? or does the training automatically generate black and white images? do i need to specify seperate folders for the images if i need to include both? my images have resolution of 720height x 992 width. is this the correct format to specify that: gt_size: [720, 992]

  1. Only color images are needed. During training, color images will automatically converted to black and white images. So just set your color image path list file in "meta_info_file" (e.g. 'data_list/imagenet.txt').
  2. No, there is no need to change "gt_size". "gt_size" represents the resolution of GT samples and 256 is usually sufficient. When training, dataloader will automatically resize the input to the this size (see here) .

Hope this helps!

from ddcolor.

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.