-
Notifications
You must be signed in to change notification settings - Fork 3
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
Is code version correct? #1
Comments
Thanks for the question, Having 'normal = True' means that the return of the function 'pc_error' will also include point-to-plane distance, i.e., the D2_PSNR. It does not affect the results for D1_PSNR. You can look into the 'utils/pc_error_wrapper.py' for more info. |
Thanks for your answer! I got it. There are another question: |
Is it because you modify some hyper parameters? If you run the code with the hyper parameters, e.g., learning rate, batch size unchanged, it should produce the same result... Why not first try reducing the learning rate to see if it works? |
I didn't modify your hyper parameters, e.g., learning rate=0.001, batch_size=32, I just set your SNR=5 and bottleneck_size=200 according to your paper. |
No, nothing needs to be changed. |
BTW, please make sure that you decrease the learning rate during the epochs, this should be quite important for a good performance. I can provide you with the checkpoints when it gets accepted. Best, |
Ok, thanks for your help.😊 Best wishes, |
Hello, normal should be False when calculating D1_PSNR in test.py, but it is True in the code.
Is the source code version correct?
The text was updated successfully, but these errors were encountered: