-
Notifications
You must be signed in to change notification settings - Fork 22
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
Train the NYU dataset, but the result is not good. #8
Comments
I am not sure if there are any configuration conditions that have not been set as default options in the code besides those mentioned in the paper. If you still remember some details, I would greatly appreciate it. |
There are few articles on estimating table plane normal vectors from a single image. |
exp_dir: ./experiments/exp00_test/ |
total_iter: 5000 total_iter: 10000 total_iter: 15000 total_iter: 20000 total_iter: 25000 total_iter: 30000 total_iter: 35000 total_iter: 40000 total_iter: 45000 total_iter: 50000 total_iter: 55000 total_iter: 60000 total_iter: 65000 total_iter: 70000 total_iter: 75000 total_iter: 80000 total_iter: 85000 total_iter: 90000 total_iter: 95000 total_iter: 100000 total_iter: 105000 total_iter: 110000 total_iter: 115000 total_iter: 120000 total_iter: 125000 total_iter: 130000 total_iter: 135000 total_iter: 140000 total_iter: 145000 total_iter: 150000 total_iter: 154560 |
Hi, have you tried training on the full NYUv2 dataset which consists of 30K images? |
I am really excited to receive your reply.@baegwangbin |
I have also tried to expand the number of epochs. |
But it has never been reproduced successfully. |
I meet the same problem in Scannet dataset. The loss seems not converging well. After visualizing the predicted result in Scannet, I found the model learn the data bias in early training phase. The bias is not previous in my own dataset. |
@zhangshaos |
@zhangshaos |
@baegwangbin |
@BayMaxBHL Hi, sorry for the delayed reply. I took GeoNet's data and saved them into uint8 png type by doing ((n+1) * 0.5) * 255. |
@baegwangbin |
|
@baegwangbin |
I attempted to test the NYU dataset using the provided weight file and obtained a result that was consistent with 85.17 in the paper.
But when I tried to train the NYU dataset, it was difficult to achieve the same accuracy and the gap was significant.
I have not made any changes to the training configuration of train, using a 3090TI.
The text was updated successfully, but these errors were encountered: