-
Notifications
You must be signed in to change notification settings - Fork 36
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
S3DIS performance #8
Comments
Hi @TXH-mercury Thanks for your interest in our work. |
Hi @zeliu98 thank you for your code. Have you managed to look into the issue of hyperparameters in the PyTorch version? If not, do you have some guidance as to which parameters we need to tune and some range of values for them? I'm trying to reproduce your results and get similar performance as @TXH-mercury, I can do a sweep of hyperparameters given the appropriate guidance. Thanks again for your great work! |
Hi @zeliu98 , i ran the code you provided above trained on s3dis datasets with pytorch/cfgs/s3dis/pospool_sin_cos_avg.yaml. Can you figure out what causes the low iou ? Hi @TXH-mercury , have you solved the the lower metric problem ? |
Hi all, we have released the pytorch models of S3DIS. Please let me you know if you have other questions. |
@zeliu98 i am wondering if you are using the default parameter provided in the cfgs? all experiments are conducted using 4 GPUs? I have run S3DIS using pospool with 4 V100s. I get mIoU 64.5, which is fairly good, but still 1 point lower than your reported value. Is that because of the randomness or I used incorrect experiment setting (like not 4GPUs). |
How you get the final performance. Evalute the models at 600 epochs, or the model with the best validation accuracy? |
Hi zeliu
Thanks for the awesome work and open-source code!
I have encontered some trouble running the code. I changed nothing with the code and only use the default configs to train on S3DIS.
But I get the result(adaptive weights : 57.5mIOU ,pospool-xyz: 57.6mIOU ) which harshly lower than your report (66.5 , 66.5)
I can't figure out the performance gap , is there something I am supposed to change ? \
Another question is : In adaptive-weights method , the weight is a vector and not a matrix . Even if this can reduce the param nums and FLOPs, but how about the performance influence?
Thank you!
The text was updated successfully, but these errors were encountered: