Coder Social home page Coder Social logo

Comments (27)

LZQhardworker avatar LZQhardworker commented on August 20, 2024 1

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024 1

You can simply separate these modules by commenting the codes

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024 1

@anwarelahi Hi, how is your training. Is the light point artifact solved in your training?

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024 1

from deepfashion_try_on.

roman22275 avatar roman22275 commented on August 20, 2024

Hmm.. Looks weird. Can u give me your weights? I will try to examine it

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

It might be some problem with the version of the code, we will check it.

from deepfashion_try_on.

roman22275 avatar roman22275 commented on August 20, 2024

if u can, please contact me [email protected] I have something to discuss

from deepfashion_try_on.

thotd21 avatar thotd21 commented on August 20, 2024

Hmm.. Looks weird. Can u give me your weights? I will try to examine it

Hi, this is the model used when running inference with an error:
https://drive.google.com/drive/folders/1Qrvn-oRJ7jGE93fOvm-VbNct2d49-w5X?usp=sharing

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

from deepfashion_try_on.

thotd21 avatar thotd21 commented on August 20, 2024

@HAN-YANG-HIT 👍 I'm retraining a 1000-image data set to shorten the time to reaching 200 epoch, and will check the results later.
Thanks for the feedback.

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

from deepfashion_try_on.

thotd21 avatar thotd21 commented on August 20, 2024

Why does batchsize = 8 affect the quality of generated images?
How many cards do you use when training?
with 2 2080 TI cards I only reached the batch size = 4.

And I want to ask a little more about training details:

model G and G2 should be trained with 200 epoches, while model G1 and U net should be trained with 20 epoches

Does it mean I must train all models to 200 epochs, then use G1 and U net at epoch 20th combined with G and G2 at epoch 200th when running inference? Or train to 20 epochs then use G and G2 models as pretrained models for the remain epochs?
Thanks you.

from deepfashion_try_on.

thotd21 avatar thotd21 commented on August 20, 2024

@HAN-YANG-HIT
When I use a dataset with only 1000 images for training, will it reduce quality when running tests?
In case of reducing the number of images in training, should I need to increase the number of epochs?

from deepfashion_try_on.

Learningchen avatar Learningchen commented on August 20, 2024

Hi, I intend to add a new image to the dataset and train it again, but after 20 epochs, the test image has a strange color in the neck:
tinh 20 epoch 3
linh 20 epoch 1
I use a Google colab for training with Pytorch 1.15.
Do you know this error?
And can you give more information about the python environment which runs out the same as the result in the article?

could you please tell me how to train my own data? for example ,how to only train G1,G2?

from deepfashion_try_on.

PLXIV avatar PLXIV commented on August 20, 2024

I would like to know this as well,

Would you be so kind to give some indications please?

from deepfashion_try_on.

subinst1999 avatar subinst1999 commented on August 20, 2024

Hi
can you help in training the model in colab . Can you share the configuration file

from deepfashion_try_on.

amandazw avatar amandazw commented on August 20, 2024

@HAN-YANG-HIT
When I use a dataset with only 1000 images for training, will it reduce quality when running tests?
In case of reducing the number of images in training, should I need to increase the number of epochs?

Hi,did you solve this problem by re-train more times? I got the same problem

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

I proposed a solution to this problem. I posted on the update.

from deepfashion_try_on.

anwarelahi avatar anwarelahi commented on August 20, 2024

@LZQhardworker Where is the update. Can you please share it with me as I am trying to retrain model.

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

from deepfashion_try_on.

anwarelahi avatar anwarelahi commented on August 20, 2024

@LZQhardworker Thanks for the updates. Is it possible to execute each module/step separate? like only execute semantic generation module then clothes warping module.

If possible can you please share script for each module or let me know if it can not be.

from deepfashion_try_on.

anwarelahi avatar anwarelahi commented on August 20, 2024

@anwarelahi Hi, how is your training. Is the light point artifact solved in your training?

Hi, Yes my person image looks fine on sample result but when I use latest .pth files from checkpoints for test, try on is not working on test.py. Can you please suggest what .pth files should be use for testing try on.

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

from deepfashion_try_on.

anwarelahi avatar anwarelahi commented on August 20, 2024

Yes right tried by default latest and others like 200 and 20 too but no luck. I put all those .pth files on checkpoints\label2city folder of both train and inference projects.

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

from deepfashion_try_on.

anwarelahi avatar anwarelahi commented on August 20, 2024

No, not any type of error, instead try on clothes are not appearing on my model image somehow.

from deepfashion_try_on.

LZQhardworker avatar LZQhardworker commented on August 20, 2024

from deepfashion_try_on.

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.