-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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. |
@daniel03c1 you mean this one? |
No. Not that one. Would you please check if the codes are up to date? |
@daniel03c1 I am so sorry that I can not recognize what is changed in your github code. |
Could you please execute a 'git pull' and let me know if you still face the same problem again? |
@9B8DY6 If you are still having the same problem, even after you pull the latest commit, please let me know. |
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.
The text was updated successfully, but these errors were encountered: