-
Notifications
You must be signed in to change notification settings - Fork 52
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
TS-CRF #10
Comments
Repost the same response again: Instance Norm is worse than BN. That is why I removed all IN instantiation. I added only for experiments. Also, SGD is better than Adam if you use BN. CRF for static scenes don't really help much. What batch_size are you using? If you can't squeeze in a lot of batches, try increasing Also, it is important to set the collision labels as ignore_label OR use higher resolution. |
I use batch_size = 8 |
There's only one way to get the scannet through the official channel. 30% is really low. How long have you trained it for? what was the voxel size? Sorry, the collision label was done with the GPU voxelizer which we removed for the final version. However, the performance drop is insignificant for the ScanNet. |
with voxel size 2cm |
Haha, Stanford dataset is extremely small 30 epoch on the stanford dataset is 1k iterations with batch_size 8. However, 50 epoch 30% seems quite problematic. I'm currently under a bit of load, but let me get back to you with the Stanford training scripts. |
very thanks! |
This is a pretty old log that I found. I could not find one for ResUNet18 which is what you are using, but the trend should look similar. The score is the Overall Accuracy. 0-15k: https://pastebin.com/X1y7TSvR |
I am thinking whether it's S3DIS data's problem. |
I've never trained the S3DIS with scannet before. Look at the log. Are you using the provided data augmentation at all? |
I mean have you trained Res16UNet34C or other pointcloud segmentation model using minkowskii engine only on S3DIS fold1? If it's not the problem of dataset...I will check my code again |
The Stanford training script has been added in the commit 75c33f5 |
I trained ResUNetIN14 with Adam(lr=0.1,weight_decay=1e-4,) on S3DIS fold1 split
but it only achieve 30%mIOU......
Then I test the trained model and found points on the same object have multiple labels
I think maybe the reason is no CRF?
The text was updated successfully, but these errors were encountered: