RTM3D icon indicating copy to clipboard operation
RTM3D copied to clipboard

TypeError: get_dataset() missing 2 required positional arguments: 'split_name' and 'dataset_dir'

Open yzpfyang opened this issue 4 years ago • 0 comments

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

yzpfyang avatar Feb 05 '21 09:02 yzpfyang