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

Some commands in README might be incorrect. #12

Closed
WinterShiver opened this issue Feb 14, 2022 · 1 comment
Closed

Some commands in README might be incorrect. #12

WinterShiver opened this issue Feb 14, 2022 · 1 comment

Comments

@WinterShiver
Copy link

In Step 5. Pre-processed instance labels, and new data should be generated in data/scannet/pointgroup_data/

Since train and test data of scannet are placed at different positions, the commands should be:

cd data/scannet/
python prepare_data.py --split train --scannet_path REPO_DIR/data/scannet/scans --pointgroupinst_path [YOUR_PATH]
python prepare_data.py --split test  --scannet_path REPO_DIR/data/scannet/scans_test  --pointgroupinst_path [YOUR_PATH]
@WinterShiver
Copy link
Author

There are also errors in function export in prepare_data.py: the conditioning on split should be corrected. This is a small issue and is easy to put up with.

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

1 participant