'EasyDict' object has no attribute 'BACKUP_DB_INFO'
Hi,
I have worked with the framework before and I remeber encountering this problem below but I can't recall how did I solve it :( I have created the dbinfos successully and it seems that all the paths are correct (see screen shots below) so I am not sure what's the issue. Does someone know?
2024-07-04 12:43:20,294 INFO ----------- Create dataloader & network & optimizer -----------
Traceback (most recent call last):
File "/home/tauproj1/Innoviz_Project/OpenPCDet-master_New_copy/tools/train.py", line 277, in
Hi, Any ideas?
are you working with mini nuscenes_dataset? if yes go to: OpenPCDet/tools/cfgs/dataset_configs/nuscenes_dataset.yaml and change the version to : VERSION: 'v1.0-mini' Otherwise always check the direktory to your .pkl file
are you working with mini nuscenes_dataset? if yes go to: OpenPCDet/tools/cfgs/dataset_configs/nuscenes_dataset.yaml and change the version to : VERSION: 'v1.0-mini' Otherwise always check the direktory to your .pkl file
Thanks for replying. No I am working with a custom dataset but I figured out the problem :)
The issue can be closed now.
This issue is stale because it has been open for 30 days with no activity.
how procees
I had the same problem before as well, for me the reason seemed to be incomplete dataset
@ItayKrispin when you solved it, post a solution for others, this is a community.
Sorry guys haven’t seen the comments until now. In my case it turned out that my data folder wasn’t under the right parent directory… nothing special to contribute just an overlook by me.
some additional hint, when using the debugger of vscode, make sure that the paths are correctly set. In this image you can see the false path, using a custom dataset.
This issue is stale because it has been open for 30 days with no activity.
I had the same issue. I solved it by modifying the "DATA_PATH" in the kitti dataset config file. I set it from a relative path to the absolute path of the dataset.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
@kistothm so you mean something like /home/rlab10/OpenPCDet/data/zod ?