WeijingShi / Point-GNN

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud, CVPR 2020.
MIT License
540 stars 112 forks source link

Provide me file of train_config_path and config_path for training the model #22

Closed merazlab closed 4 years ago

merazlab commented 4 years ago

Trainning

usage: train.py [-h] [--dataset_root_dir DATASET_ROOT_DIR] [--dataset_split_file DATASET_SPLIT_FILE] train_config_path config_path

WeijingShi commented 4 years ago

Hi, All train_config and config files are in the folder configs/

For example, to train a model of three layers on the train split:

python3 train.py configs/car_auto_T3_train_train_config configs/car_auto_T3_train_config

For more on the naming conventions, please refer here

Thanks,