It seems that this repo has many bugs, such as this dbinfos, there is no 'kitti_dbinfos_val.pkl' under the kitti dataset.
So this error will be reported, has anyone encountered the same error?
File "/home/algo-3/work/BtcDet/btcdet/datasets/multifindbestfit.py", line 38, in extract_allpnts
all_db_infos = pickle.load(f)[type]
TypeError: list indices must be integers or slices, not str
|
db_info_save_path = Path(root_path) / ('kitti_dbinfos_%s.pkl' % split) |