RTM3D
RTM3D copied to clipboard
TypeError: get_dataset() missing 2 required positional arguments: 'split_name' and 'dataset_dir'
hi, Banconxuan.
i want to train the kitti dataset and run the command below:
python ./src/main.py --data_dir ./kitti_format --exp_id KM3D_dla34 --arch dla_34 --batch_size 16 --master_batch_size 8 --lr 1.25e-4 --gpus 0,1 --num_epochs 200
and i got this error:
TypeError: get_dataset() missing 2 required positional arguments: 'split_name' and 'dataset_dir'
any suggestion