-
Notifications
You must be signed in to change notification settings - Fork 51
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
Any pretrained models for train set only? #13
Comments
Hi, This is the weights I trained on the ScanNet.v2 official train split with batch_size 10 for 120k iterations. (This did not use all the augmentations that I added on this repository recently, so if you train from scratch using the provided code, you could get a better number.) Note that the conv1 kernel size is 5, which can be set using With no rotation average, it gets: Score: 89.274, mIOU 72.163, mAP 76.032, mAcc 80.167. The training log is |
Ah sorry, there is a problem with the weights. If you load it, the final iteration this weight was trained is 27k not 120k. The training died at 27k and I resumed training with a shell script that had a bug and the weights were saved in the default path that I overwrite with the trainval training. The validation mIoU at 27k is 68 and it matches the mIoU on the log, but let me resume the training with the fixed resume script and update the weights. This will take some time. |
I tested your trainset only pretrained model, and I don't think it works as expected.... Could you check if this is truely the right model? |
Hmm looks pretty normal to me with the indoor.py I am pretty sure you did not load the weights correctly. Download the indoor.py that works: indoor.py
Update on training: it passed 60k. |
Thanks, I previously just used models from MinkowkiNet, and that must have been the problem. |
After 120k iterations on training set only, without Hue-Saturation data augmentation, I get Score: 89.145 without any rotation average. The weights are available at https://node1.chrischoy.org/data/publications/minknet/MinkUNet34C-train-conv1-5.pth same as before. I overwrote the weights.
|
Thank you!! |
|
i use MinkowskiEngine v0.5.4 to train scananet,there are some logs, i dont know where is the reason.
|
Do you have any models only trained on the training set (without validation set)?
I cannot reproduce your result due to the lack of hardware, but I want to test something on the validation dataset.
It would be really appreciated if you release your code with only trained on trainset.
Thanks,
The text was updated successfully, but these errors were encountered: