-
Notifications
You must be signed in to change notification settings - Fork 24
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
4D semantic segmentation on Synthia Dataset model code #4
Comments
Hi @hehefan As mentioned in this paper,
Is
used for that purpose ? Also, how many P4DConv layers were used to subsample the points before feeding into the transfomer? It will be really helpful if you could share the model code used in the paper. |
Hi @sandeepnmenon, Sorry for my late reply. I have uploaded the segmentation model under the models folder. Best regards. |
Thank you @hehefan |
Hi @sandeepnmenon, I have uploaded the codes. Hopefully, they are useful. Best regards. |
Thank you @hehefan . These are of great help.
|
Hi @hehefan I had a few more doubts as to the data processing part for this. My gpu is 24 GB Tesla m40 Thank you |
Hi @sandeepnmenon, This model cannot handle so many points. I have a few suggestions.
Actually, handling so many points is challenging, even for a single frame. The model can process about 8x16384x3 points one time with 24GB memory. Best regards. |
Thank you @hehefan for all your insights. Closing the issue now. |
Is it possible to release the 4D semantic segmentation on Synthia Dataset model code.
Thank you
The text was updated successfully, but these errors were encountered: