-
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
Cannot reproduce paper results #3
Comments
Hi @rig8f, Sorry for the late reply. Thank you. |
Here are the requested logs (I appended .log to eval.json files due to GitHub file restrictions) for both tests. Let me know if you need more files, information or have suggestions. Thank you. train100e.log |
Did you change any parameters in the configuration (batch size, learning rate, etc)? Your per-class accuracy is quite low compared to the usual numbers that I get after 100 epochs. I just retrained another model from scratch. Attached here is the log folder for reference. You can try saving additional checkpoints instead of only the best model. In my experience, the best results are often achieved after ~40 epochs. Hope this helps. |
Yes, it definitely helped me understanding the problem. The numbers I mentioned in the first comment come from a basic modification of the final part of But if we look at the per-class accuracy values obtained in a training from scratch using the same parameters as in your Anyway, I see now that you have updated the scripts to include the overall accuracy metric and several other interesting things. Thank you! |
@rig8f May I ask where is the inconsistency? Did I misunderstand it? As I see in the paper the results on S3DIS is: |
@ZhengdiYu No, it was my fault, as I explained in this previous comment. |
Thank you for your quick reply.
the mean precision here is 33%, which is higher than the reported result in the paper(24.9) . So I guess maybe it's not mAP?
|
I've gone through the paper and run the code for MT-PNet with the commands specified in the Readme file and the same configuration present in s3dis.json but I cannot obtain the same results evidenced in the paper.
After 100 epochs of training, evaluation gives me
and going on to 200 epochs results in
Am I doing something wrong? Do I need to change some parts or adjust parameters?
Let me know if you need more information.
Thank you!
The text was updated successfully, but these errors were encountered: