BRNet icon indicating copy to clipboard operation
BRNet copied to clipboard

how to test the models

Open MandyDongrs opened this issue 2 years ago • 3 comments

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?

MandyDongrs avatar Jun 22 '22 08:06 MandyDongrs

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

cheng052 avatar Jun 22 '22 08:06 cheng052

what about the command line parameters in parse_args() function

MandyDongrs avatar Jun 22 '22 08:06 MandyDongrs

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.

cheng052 avatar Jun 22 '22 09:06 cheng052