fwd_code
fwd_code copied to clipboard
CVPR 2022: https://caoang327.github.io/FWD/
Hi @Caoang327, Thanks for your great job! I'd like to know when will you release the code. Thanks sincerely.
Hi, I tried to run the pre-trained model provided in the repository, but the result is worse than the results reported in the paper (PSNR: ~14, SSIM: ~0.55, LPIPS: ~0.385)....
During training, I found that the scale_factor has a significant impact on the training results. I noticed that some other projects use a scale_factor of 200 when utilizing DTU, and...
How were the camera parameters of the 4x downsampled DTU dataset images generated? And why aren't they used during inference? (seems like the original dtu_down4/camera.npy is used)
Hi @Caoang327 , would you release the FWD-U pretrained model please? Thanks for your great job!
The [paper](https://arxiv.org/pdf/2206.08355) introduction mentions that the speed of the FWD model is better than existing methods. However, Table 8 reports order(s) of magnitude slowdown vs PixelNerf and IBRNet.  Is...