-
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
Better accuracy with smaller block in S3DIS #42
Comments
I had got some improvements... I had mix some code from: https://github.com/isl-org/Open3D-ML/tree/master/ml3d/torch/models |
Thank you very much. i also find that the net cannot learn the features.....May be I should learn something from OPEN3D. |
Hi @josegemez, I tried similar improvements with Open3D's code, even though the baseline results were better, but still I am only getting good scores for classes with larger point clouds only while inputting whole room as input. Except for few classes, for most of the other classes the model is learning nothing. Could you please provide more specific details on the exact input samples during the training and your code improvements from the Open3D-ML's implementation. It would be really helpful, thanks in advance! |
@josegemez Is it convenient to open source your code? I used the code of openml to merge and there is still no good result, thank you |
@xiaoxina12 同学你好,你能跑通这个代码吗,我这边一直遇到各种bug |
同学能开源或者发到我邮箱[email protected]吗,非常感谢?我刚入门,一路debug还是没跑通 |
@jscksy 可以的,等晚上吧,我的代码也没有收敛,期待你可以把它收敛。 |
能加个好友吗,我改了一份代码是哪个自动驾驶版本的,也是遇到了问题,想发一份给你一起交流我的微信shendaln |
可以啊,我后面跑出来的也挺奇怪的,我的邮箱 ***@***.***
…------------------ 原始邮件 ------------------
发件人: "aRI0U/RandLA-Net-pytorch" ***@***.***>;
发送时间: 2023年2月8日(星期三) 晚上9:29
***@***.***>;
***@***.******@***.***>;
主题: Re: [aRI0U/RandLA-Net-pytorch] Better accuracy with smaller block in S3DIS (Issue #42)
@jscksy 可以的,等晚上吧,我的代码也没有收敛,期待你可以把它收敛。
能加个好友吗,我改了一份代码是哪个自动驾驶版本的,也是遇到了问题,想发一份给你一起交流
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
同学你好,请问可以发我一份代码吗,我最近也在复现这个,遇到很多bug,我的邮箱是[email protected],万分感谢 |
好兄弟,你的代码能分享给我一份吗,我的结果还没你的高,我的邮箱是:[email protected] |
@josegemez 好兄弟,可以分享一份你改进的代码吗,我复现出的结果也是挺糟糕的,我的邮箱是:[email protected] |
@josegemez |
可以发我一份代码吗,我的邮箱[email protected] |
我也出现这个问题了,最后怎么解决的呢 |
Hi, I have implemented this repository with custom S3DIS data (xyz and normal only) I had tried with entire rooms, and blocks (5x5, 2x2, and 1x1)... The best accuracy I have got is with the smallest block... Is it possible that local encoder not work properly? It can related with the square distances? Thanks in advance.
The text was updated successfully, but these errors were encountered: