Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Results When testing On NeuS. #120

Open
MobiusLqm opened this issue Oct 28, 2023 · 2 comments
Open

Different Results When testing On NeuS. #120

MobiusLqm opened this issue Oct 28, 2023 · 2 comments

Comments

@MobiusLqm
Copy link

Hi, benny!
I meet a strange error. I tried to train NeuS on several scenes. After training, your codes will automatical excute the evalueation like the codes below.
if args.train: if args.resume and not args.resume_weights_only: # FIXME: different behavior in pytorch-lighting>1.9 ? trainer.fit(system, datamodule=dm, ckpt_path=args.resume) else: trainer.fit(system, datamodule=dm) trainer.test(system, datamodule=dm)
However, When I trying to do evaluation on by loading the saved ckpt after training and set --test in cmd argument, the metrics are quiet different from the results reported after training,for example, PSNR is only 32.00 compared with 35.00 tested after training immediately.
Do you have any idea about this?

@MobiusLqm
Copy link
Author

@bennyguo

@MobiusLqm
Copy link
Author

#121 I Solved this bugs in my latest pull resuquest. @bennyguo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant