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

how to test the models #10

Open
MandyDongrs opened this issue Jun 22, 2022 · 3 comments
Open

how to test the models #10

MandyDongrs opened this issue Jun 22, 2022 · 3 comments

Comments

@MandyDongrs
Copy link

is there any config file for testing? or just the same as training (configs/brnet/brnet_8x1_scannet-3d-8class.py )?
what is the command? what about the arguments?

@cheng052
Copy link
Owner

the test config is the same as the training config, just use tools/test.py script.

@MandyDongrs
Copy link
Author

what about the command line parameters in parse_args() function

@cheng052
Copy link
Owner

cheng052 commented Jun 22, 2022

python tools/test.py config_file checkpoint_path --eval bbox
Maybe like this, you can refer to the mmdetection3d docs to find how to use tool/test.py.
The repo is a little old, I have forgotten these details, sorry.

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