M3D-VTON
M3D-VTON copied to clipboard
Official code for ICCV2021 paper "M3D-VTON: A Monocular-to-3D Virtual Try-on Network"
Thanks for your interesting paper called "M3D-VTON: A Monocular-to-3D Virtual Try-On Network". I'm also involved in such a similar area and I need to know how could I extract the...
Hi. I ran the repo on the test dataset. I am unable to visualize the output files (.ply) in blender/Online 3D viewer. The errors are "Invalid header ('end_header' line not...
Hi, Thanks for your work. When I used your images with the same resolution, the output of rgbd2pcl which is .ply is not completely painted and there are some parts...
Hello there, first of all thank you for this project/source code. I didn't face any issue regarding this. However, I could not understand the this issue related to custom data....
Hi, this is absolutely amazing work! I tried to run the test demo according to all your instructions and here is the result I obtained. May I know if these...
Hi, How did you use gif maker of the mesh results to create gif output? rgbd2pc could also work for lower resolution? The .ply for my case is incomplete. Thanks...
We are getting graphic card related error. Here are my system info ```bash pavan@u-20:~/.../M3D-VTON$ sudo dmidecode -t 1 # dmidecode 3.2 Getting SMBIOS data from sysfs. SMBIOS 3.0.0 present. Handle...
Hi, Thanks for your work, How long does it take to tune and train the end-to-end network with one GPU?
File ".../utils/util.py", line 100, in depth2normal_ortho p = torch.stack([x_cord, y_cord, depth], dim=3) # (B,H,W,3) RuntimeError: stack expects each tensor to be equal size, but got [8, 256, 192] at entry...
Hi, why the store action is true in DRM? It does not include in the command line for training. However, FND and BND are dependent on this argument. parser.add_argument('--add_gan_loss', action='store_true',...