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

Pre-training Point-BERT and dVAE on other datasets #10

Closed
eliahuhorwitz opened this issue Dec 23, 2021 · 2 comments
Closed

Pre-training Point-BERT and dVAE on other datasets #10

eliahuhorwitz opened this issue Dec 23, 2021 · 2 comments

Comments

@eliahuhorwitz
Copy link

Hey,
In the runner and runner_BERT_pretrain scripts there is a check for dataset name and if it's not ShapeNet (or ModelNet for runner_BERT_pretrain), a NotImplementedError is thrown.
What do I need to change/add/remove in order to run the pertaining and dVAE on other datasets (ScanObjectNN or ScanNet for example)?

Thanks,
Eliahu

@yuxumin
Copy link
Collaborator

yuxumin commented Dec 23, 2021

Hi,
Thanks for your interest in our work.

  1. Create your dataset class under datasets directory. And remember to put the class into registry.
  2. Initialize the custom dataset class by importing it in datasets/__init__.py
  3. Change the dataset config in certrain method config.
  4. Modify the code in tools/runner.py. ( check the dataset name and preprocess the data for model)

Then you can run the code on your own dataset.

reference: issue 11

@yuxumin
Copy link
Collaborator

yuxumin commented Dec 27, 2021

Close it since no response. Feel free to re-open it if problems still exist

@yuxumin yuxumin closed this as completed Dec 27, 2021
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