Shaofei Wang

Results 25 comments of Shaofei Wang

> After validation,I found my output images are randomly named by wandb,so I can't know the specific camera and frame about the predicted image,how can I change this? the random...

Closed due to inactivity. Feel free to reopen it if you have further update.

Hi, sorry for the late reply, I was traveling for the last few weeks. And thanks for your interest in our work! For multi-view capture, I think you need to...

You need to compile the cython file before running the code: `python setup.py build_ext --inplace`

Yes, to use perceptual loss you need to sample rectangular patches from the images (usually 32x32). We did not use perceptual loss in our work but this should be feasible...