Skip to content
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

Making own dataset #10

Open
Cipher-zzz opened this issue Apr 20, 2023 · 2 comments
Open

Making own dataset #10

Cipher-zzz opened this issue Apr 20, 2023 · 2 comments

Comments

@Cipher-zzz
Copy link

I am trying to test this Non-parametric Network with some outdoor 3D scenes, including NPM3D, Kitti and data captured by ourselves. If you are also testing that, when would you expect to update the result and code in this repo?

I noticed a 'data_scan.py' file for processing the Scannet dataset exists, but no corresponding 'run_nn_scan.py'. If you have the code for running the Scannet with Non-parametric Network and can upload it, it may help me a lot! Or could you provide some instructions about preparing other datasets, especially on arranging the Point-Memory Bank?

Many thanks.

@ZrrSkywalker
Copy link
Owner

Thanks for your interest. Sorry for misleading. data_scan.py refers to the ScanObjectNN dataset for shape classification. We haven't try Point-NN on ScanNet dataset and would leave it as a future work.

For point-memory bank for scene-level dataset, I suppose it's better to refer to the bank of Point-NN for part segmentation, which we have open-sourced at here. The feature memory is better to be clustered by some rules to save GPU memory and obtain prototypical characters.

@Cipher-zzz
Copy link
Author

Thanks for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants