Giter Site home page Giter Site logo

clothflow's Introduction

wave

Github Badge Linkedin Badge t4eh0 Badge Hits

📘 Technology Stack 📘


     
           

       

       

adldotori's github stats

wave

clothflow's People

Contributors

adldotori avatar amy-hyunji avatar dependabot[bot] avatar minsoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

clothflow's Issues

stuck at stage0

Hi Adldotori,

I am reading your paper "ClothFlow" and am very appreciate for your work.
Although this article is a few years age, it has laid a solid foundation in this field, so I am trying to reconstruct the training process of ClothFlow and encountered some problems at stage0, (data preparation I guess).

I have downloaded the MVC data and completed the size conversion with resize.py.

From your code, it seems that make_dataset.py and make_seg.py are used to complete the seg and pose steps, which will call CIPH_PGN and pytorch_Realtime_Multi-Person_Pose_Estimation to do the related work.

When using make_dataset.py and make_seg.py, I used sys.path.add to specify the relevant paths, but encountered errors: No module named 'a_pose' and No module named 'seg'.

I also noticed that you called the segmentation and pose functions, but I did not see these two functions in these two related projects you mentioned and your code also. If you have also modified the two codes you mentioned, could you please kindly put the relevant parts in this project together or release them in any way.

I am very grateful for your work and look forward to your reply. All the best.

what is theta_generator role in stage 2?

what is theta_generator role in stage 2?
I think it is a pretrained model. after it, the processed input will feed in flownet model.

theta_generator = ClothNormalizer(nc=nc)
load_checkpoint(theta_generator, init_CN)

theta = theta_generator(con_cloth_mask, tar_cloth_mask)
grid1 = projection_grid(theta, con_cloth_mask.shape)
grid2 = projection_grid(theta, con_cloth.shape)
con_cloth_mask = Ft.grid_sample(con_cloth_mask, grid1).detach()
con_cloth = Ft.grid_sample(con_cloth, grid2, padding_mode="border").detach()
con_cloth = con_cloth * con_cloth_mask + (1 - con_cloth_mask)

[F, warp_cloth, warp_mask] = model(torch.cat([con_cloth, con_cloth_mask], 1), tar_cloth_mask)

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.