Sanaz Sabzevari

Results 11 issues of Sanaz Sabzevari

### Posting rules 1. **No duplicated posts, only 1 new post opened a day, and up to 2 opened a week**. Otherwise, extrict user bans will occur. - Check the...

How could I solve the problem with from models.networks.block_extractor.block_extractor import BlockExtractor File "/Midgard/home/sanazsab/virtual-tryon/dressing-in-order/models/networks/block_extractor/block_extractor.py", line 3, in import block_extractor_cuda ModuleNotFoundError: No module named 'block_extractor_cuda' This is the exact program I run...

Hi, I installed based on the guidance in GFLA, but still there is the below error ERROR: Could not find a version that satisfies the requirement local-attn-reshape-cuda==0.0.0 (from versions: none)...

Hi evereybody, I have the issue regarding line 135, in __getitem__ source_pose = a['people'][0]['pose_keypoints_2d'] IndexError: list index out of range. How could I fix it? Thanks

Hi, when I execute the ineference.py, I got this error. is it for test or pre-trained model?

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, 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...

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...

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...