Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to create directory 'bm_50maxdist_2num_car' #41

Open
yeoeun-oh opened this issue Aug 30, 2022 · 2 comments
Open

how to create directory 'bm_50maxdist_2num_car' #41

yeoeun-oh opened this issue Aug 30, 2022 · 2 comments

Comments

@yeoeun-oh
Copy link

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
Copy link

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

@paathelb
Copy link

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_50maxdist_2num_car

to

CAR_MLT_BM_ROOT: bm_50maxdist_2num_Car

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants