-
Notifications
You must be signed in to change notification settings - Fork 107
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
reproruce acc of R3D in the paper #4
Comments
Hello, your result is great, but I can't get this result with their code. And when I use the balanced loss, the network can't predict the room type result. |
@CODE-SUBMIT @lzd1 i have face the same problem with @lzd1,so , what should i do to reach the result as @CODE-SUBMIT,thanks |
When I removed the balanced loss, I can get the room type result which lower than the result in paper. |
@lzd1 main.py change as follow |
@lzd1 Hello, have you solved the appeal problem? I met the similar problem with you? |
@andrew-begain Hello, have you solved the problem? |
@zhuao1997 Yes, I can get the room prediction result by not using the balanced loss as shown in the previous answer. |
@lzd1 Thank you for your reply. I run 'python main.py --pharse=Train' ,and don't use the balanced loss ,The results are the same I wonder if you can run out of the accuracy of each category, or have you changed the code somewhere else ? |
@lzd1 Oh, I see, after I run to 10,000 iterations, each category shows accuracy, thank you. |
hi
Great work, I rerun your checkpoint but can not reproduce your results of your paper.
My results of rerunning your checkpoint is
Overall_acc 0.899
background acc 0.984 | closet 0.659 | Bathroom 0.817 |LivingRoom&Kitchen&DiningRoom 0.819 |BedRoom 0.760 |Hall 0.641 | Balcony 0.716 | Wall 0.957 | Door 0.774
Is it a reasonable one.
The text was updated successfully, but these errors were encountered: