-
Notifications
You must be signed in to change notification settings - Fork 7
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
Training on 3DMatch dataset is not working #21
Comments
I am sorry. I forgot to specify it. The model is stuck in a local minimum. To train MS-SVConv with 3 head you must train MS-SVConv with one head and transfer the weights to 3 heads.
Then, the command. |
No problem. I tried the first command (train MS-SVConv with one head)
but the training results still did not make sense after 10 epochs (hit ratio and feature maching ratio remain zero): |
hydra-config.zip For MS-SVConv with 3 heads: https://wandb.ai/humanpose1/registration/reports/MS-SVConv-3-head-3DMatch--VmlldzoxOTI3NDAw?accessToken=y687z8bnv3ch8mxc2yxmmvjy6je4jmvf0xo69hw4ko4z7yi4un0a6ycl5ynbgf2o |
Many thanks for your additional information. With your conf file #21 (comment), I trained MS-SVConv with one head using the command:
As you said your provided conf file is for the training and not for the fragment generation, could the problem (1) and (2) result from the data preprocessing part? |
My system configuration:
I launched a training by running command:
during training, I found the feat_match_ratio on val and test set remains zero even after ~50 epochs, see the following records for more details:
https://wandb.ai/ramdrop/registration/reports/-humanpose1-MS-SVConv---VmlldzoxOTE5Mjg1?accessToken=a1b84890nit3x8cacs2aja05u9zglukq9hb616ym39jbav31ekztml4qihed1t19
The text was updated successfully, but these errors were encountered: