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

PSNR 13 in evaluation #7

Open
9B8DY6 opened this issue May 24, 2023 · 6 comments
Open

PSNR 13 in evaluation #7

9B8DY6 opened this issue May 24, 2023 · 6 comments

Comments

@9B8DY6
Copy link

9B8DY6 commented May 24, 2023

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.

@9B8DY6 9B8DY6 changed the title Training compress and decompress chair.txt PSNR 13 in evaluation May 24, 2023
@daniel03c1
Copy link
Owner

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
Copy link
Author

9B8DY6 commented May 25, 2023

@daniel03c1 you mean this one?
image

@daniel03c1
Copy link
Owner

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

@9B8DY6
Copy link
Author

9B8DY6 commented May 25, 2023

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

@daniel03c1
Copy link
Owner

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

@daniel03c1
Copy link
Owner

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

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

2 participants