Git Product home page Git Product logo

Comments (8)

AliaksandrSiarohin avatar AliaksandrSiarohin commented on June 16, 2024

You can download keypoint annotations (https://yadi.sk/d/suymftBy3S7oKD) or run

python compute_cordinates.py --dataset fashion

Same for pairs, just add --dataset fashion

from pose-gan.

Seairis7 avatar Seairis7 commented on June 16, 2024

@AliaksandrSiarohin Thank you for your response and i have few more questions if you will fell free to answer
Q1: Why is train part divided into baseline, dsc, full, and feature matching??
Q2 : How to save trained model after each epoch?
Q3: How to train data of slightly high resolution?
Q4: Where should i keep the downloaded checkpoints for testing??

from pose-gan.

AliaksandrSiarohin avatar AliaksandrSiarohin commented on June 16, 2024

Q1:
This is all different baseline methods. (see https://arxiv.org/pdf/1801.00055.pdf Table.3)
Q2:
You can specify --checkpoint_ratio 1. Note that here epoch is just 1000 iterations (not related to dataset size).
Q3:
How much higher? Not that it already take several days and 200GB of disk space for fashion. If you want you can modify cmd.py and change self.image_size
Q4:
Does not matter. Just specify directory you want using --checkpoints_dir. Then when testing specify the checkpoint you want with --generator_checkpoint

from pose-gan.

Seairis7 avatar Seairis7 commented on June 16, 2024

@AliaksandrSiarohin Even when I tried to train small data size the epoch time seems to be similar with large dataset size (i.e. around 4hrs each epoch) so what should i do so i can train a small set faster?? Is it related to no of iteration??

from pose-gan.

AliaksandrSiarohin avatar AliaksandrSiarohin commented on June 16, 2024

Yes as I previously mentioned each epoch here is just 1000 iterations, there is no dependence on number of samples. You can change it here

return 1000

from pose-gan.

Seairis7 avatar Seairis7 commented on June 16, 2024

@AliaksandrSiarohin How to continue training from last saved checkpoint??

from pose-gan.

AliaksandrSiarohin avatar AliaksandrSiarohin commented on June 16, 2024
python train.py ... --generator_checkpoint /path/to/generator_cpk --discriminator_checkpoint /path/to/discriminator_cpk

... - stands for the options that you use before

from pose-gan.

Seairis7 avatar Seairis7 commented on June 16, 2024

@AliaksandrSiarohin Suppose i have 1000 images to train so what will be the ideal parameter value setup??

from pose-gan.

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.