GithubHelp home page GithubHelp logo

Encountering the issue when run this code "CUDA_VISIBLE_DEVICES=0 python run_mv.py --config configs/blender.txt --scene lego --eval_only --grad_normal" about raydf HOT 8 OPEN

WuyiWong avatar WuyiWong commented on June 12, 2024
Encountering the issue when run this code "CUDA_VISIBLE_DEVICES=0 python run_mv.py --config configs/blender.txt --scene lego --eval_only --grad_normal"

from raydf.

Comments (8)

zhuomanliu avatar zhuomanliu commented on June 12, 2024

vis_results['dist_abs'] is stored when using --denoise in the previous code. The code has been updated to fix this issue when using only --grad_normal.

from raydf.

WuyiWong avatar WuyiWong commented on June 12, 2024

thanks for your answer. But it seems that there is another issue I've encountered when I run this code "CUDA_VISIBLE_DEVICES=0 python run_mv.py --config configs/blender.txt --scene lego --eval_only" to evaluate the distance network.

[train] ADE=1.1995 CD=955.4302 CD_median=827.3363 PSNR=nan SSIM=nan LPIPS=nan
[test] ADE=1.1883 CD=949.7096 CD_median=835.1572 PSNR=nan SSIM=nan LPIPS=nan

why are the the values of CD, CD_median, PSNR, SSIM and LPIPS so strange, I wonder if it has anything to do with "scene lego"?

from raydf.

zhuomanliu avatar zhuomanliu commented on June 12, 2024

thanks for your answer. But it seems that there is another issue I've encountered when I run this code "CUDA_VISIBLE_DEVICES=0 python run_mv.py --config configs/blender.txt --scene lego --eval_only" to evaluate the distance network.

[train] ADE=1.1995 CD=955.4302 CD_median=827.3363 PSNR=nan SSIM=nan LPIPS=nan [test] ADE=1.1883 CD=949.7096 CD_median=835.1572 PSNR=nan SSIM=nan LPIPS=nan

why are the the values of CD, CD_median, PSNR, SSIM and LPIPS so strange, I wonder if it has anything to do with "scene lego"?

Have you loaded the pre-trained model during evaluation? The print log should be like this: 'Loading ckpt from: logs/multiview/...'
image

from raydf.

WuyiWong avatar WuyiWong commented on June 12, 2024

Hi,

Thanks for your patience.
It seems like the pretrained model loaded failed in my code, as shown below.
image

But I followed you evaluation steps and downloaded the checkpoints from the link you've shared. Is my step wrong?

image image

from raydf.

zhuomanliu avatar zhuomanliu commented on June 12, 2024

Hi,

Thanks for your patience. It seems like the pretrained model loaded failed in my code, as shown below. image

But I followed you evaluation steps and downloaded the checkpoints from the link you've shared. Is my step wrong?

image image

How about the folder name you downloaded? It should be 'blender-lego_mv20d13w1024rgb0w1.0_lr1e-05bs8192iters80k' for Lego (geometry only). To be more specific, you can run this: "CUDA_VISIBLE_DEVICES=0 python run_mv.py --config configs/blender.txt --scene lego --eval_only --grad_normal --expname mv20d13w1024rgb0w1.0_lr1e-05bs8192iters80k" to make sure the loaded folder name is correct.

from raydf.

WuyiWong avatar WuyiWong commented on June 12, 2024

Hi, I've found the issue of my implementation. During adjustment, I've finally loaded the pre-trained model during evaluation. Thank your so much. The print log be like this: 'Loading ckpt from: logs/multiview/...'
image

But, there are still some issue in it. the value of PSNR and SSIM is really weird, is it normal? as shown below.
image

from raydf.

zhuomanliu avatar zhuomanliu commented on June 12, 2024

Hi, I've found the issue of my implementation. During adjustment, I've finally loaded the pre-trained model during evaluation. Thank your so much. The print log be like this: 'Loading ckpt from: logs/multiview/...' image

But, there are still some issue in it. the value of PSNR and SSIM is really weird, is it normal? as shown below. image

It is because this is the geometry-only mode (experiment Group 1 in the paper).
For geometry+radiance mode (experiment Group 2 in the paper), adding --rgb_layer 2 is required, and then the code will load the checkpoint from the folder "scannet-scene0004_00_mv20d13w1024rgb2w1.0_lr1e-05bs8192iters80k".

from raydf.

WuyiWong avatar WuyiWong commented on June 12, 2024

I see, thank you again for your patient explanation.

Best regards.

from raydf.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.