-
Notifications
You must be signed in to change notification settings - Fork 14
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
performance on Stanford2D3D is worse than reported #7
Comments
Not only using the provided pretrained models, I also try training the model myself using
After changing the learning rate schedule, weight decay, and the number of epochs, the best I got so fat is this following.
But this is still worse than what is reported except Avg. Abs. Rel. Error. |
@apple2373 Did you need to change the spherical_fusion model parameters? I am trying to run the test for Stanford dataset using the pretrained model provided in the link(https://drive.google.com/drive/folders/1b6mZJhF3j914AZ6TOGXrqgtGcHzHUAOc) but am getting this error:
|
yes, I describe it here: #3 |
@apple2373 Thank you so much, that worked |
I used the pretrained model ( https://drive.google.com/drive/folders/1b6mZJhF3j914AZ6TOGXrqgtGcHzHUAOc ) and do
$ CUDA_VISIBLE_DEVICES=0 python test.py
, which gave me
This is worse than the reported performance (Table 1 in the paper), which is,
Am I missing anything? Did anybody else get the same issue?
The text was updated successfully, but these errors were encountered: