Xharlie / BtcDet

Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Apache License 2.0
195 stars 42 forks source link

how to create directory 'bm_50maxdist_2num_car' #41

Open yeoeun-oh opened 2 years ago

yeoeun-oh commented 2 years ago

hello

i tried to train btcdet. but error occured.

error message : FileNotFoundError: [Errno 2] No such file or directory: '/tmp/BtcDet/data/kitti/detection3d/bm_50maxdist_2num_car/1788_0.pkl'

do you know how to create directory and *.pkl files?

cdiazruiz commented 2 years ago

I think the code has a bug and multifindbestfit generates bm_50maxdist2numCar where it should be bm_50maxdist2numcar. So either rename the folder or change the code to look for capitalized Car

paathelb commented 2 years ago

To fix it, modify "CAR_MLT_BM_ROOT" of the file in BtcDet/tools/cfgs/model_configs/btcdet_kitti_car.yaml from

CAR_MLT_BM_ROOT: bm_50maxdist2numcar

to

CAR_MLT_BM_ROOT: bm_50maxdist2numCar