Brans

Results 8 issues of Brans

Thank for the work. I have run the modules according to the read me, but most of results after the TOM stage ('try-on' generated folder) contains significant artifacts. Just attaching...

Hi! What is a procedure to markup a custom dataset?

Hi! How much samples did you use to train the network? What was the huber loss? Can You share the training data to play with it and compare with my?...

I have noticed that changing `scene_box = SceneBox(aabb=torch.tensor([[-1.5, -1.5, -1.5], [1.5, 1.5, 1.5]], dtype=torch.float32))` in the blender_dataparser.py to `scene_box = SceneBox(aabb=torch.tensor([[-.005, -.005, -.005], [.005, .005, .005]], dtype=torch.float32))` does not affects...

Work with 256 gb dataset is very, very inconvenient. It will be so great to have some toy, small dataset. Maybe 3d generated. Maybe someone has such kind of dataset...

Can we add custom retrievers? (closed source with api)

Hi! I see you are using upsampling operator `(torch.nn.Upsample(scale_factor=2,mode='bilinear') ` after the “Convert to RGBA” block. (LGD iteration 1 after the initialization step). Don't see this part in the paper....

Hi. Do you have some code, example or a pattern for extending an existing video?