daniel03c1 / masked_wavelet_nerf

MIT License
79 stars 5 forks source link

PSNR 13 in evaluation #7

Open 9B8DY6 opened 1 year ago

9B8DY6 commented 1 year ago

I train chair txt and compress it. The name of ckpt is tensorf_lego_VM.th. After decompression, I get poor PSNR as 13.297615 in evaluation. python3 train.py --config=configs/chair.txt --use_mask --mask_weight=1e-10 --grid_bit=8 --use_dwt --dwt_level=4 python3 compress.py --compress=1 --compress_levelwise=1 --ckpt=~/tensorf_lego_VM/tensorf_lego_VM.th python3 compress.py --decompress=1 --decompress_levelwise=1 --config=configs/chair.txt --ckpt=~/tensorf_lego_VM/tensorf_lego_VM.th The commands above is what I used.

daniel03c1 commented 1 year ago

Thank you for your interest in our work. We accidentally omitted the Inverse DWT during the commit, but it has now been fixed, thanks to #6. If you encounter the same problem even after pulling the newest commit, please let me know.

9B8DY6 commented 1 year ago

@daniel03c1 you mean this one? image

daniel03c1 commented 1 year ago

No. Not that one. Would you please check if the codes are up to date?

9B8DY6 commented 1 year ago

@daniel03c1 I am so sorry that I can not recognize what is changed in your github code.

daniel03c1 commented 1 year ago

Could you please execute a 'git pull' and let me know if you still face the same problem again?

daniel03c1 commented 1 year ago

@9B8DY6 If you are still having the same problem, even after you pull the latest commit, please let me know.