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

Here is are some additional steps for others who are trying to **train** the PoinTr model on their own (custom) dataset: #34

Closed
Golriz-code opened this issue Mar 11, 2022 · 0 comments

Comments

@Golriz-code
Copy link

Here is are some additional steps for others who are trying to train the PoinTr model on their own (custom) dataset:

  • add this line in the ".datasets/init.py" script: import datasets.CUSTOMDATASETNAME
  • add the support for your dataset in the ".tools/runner.py" script: take a look at line 82 (def run_net) and line 178 (def validate) in the code
  • optional: if you need support for ".ply" files then you have to add this in ".datasets/io.py" script
  • important: don't forget to center and normalize your point cloud data

Originally posted by @blukaz in #11 (comment)

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

No branches or pull requests

2 participants