You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello CaDDN author, thank you for your great work.
I am trying to train the model using nuscenes dataset. So, I have modified the config yaml file but I received an error /backbones_3d/ffe/depth_ffe.py", line 51, in forward images = batch_dict["images"] KeyError: 'images'
It seems like the dataloader extracts batch of data for lidar only, not camera front view.
Hello Thom,
may i know how to modify the model config yaml file for nuscenes? i've never done it before. Or where can i get some information about this?
thank you.
Hello CaDDN author, thank you for your great work.
I am trying to train the model using nuscenes dataset. So, I have modified the config yaml file but I received an error
/backbones_3d/ffe/depth_ffe.py", line 51, in forward images = batch_dict["images"] KeyError: 'images'
It seems like the dataloader extracts batch of data for lidar only, not camera front view.
Does it need explicit code modification in /CaDDN/tools/train_utils/train_utils.py file to train on nuscenes?
Look forward for any suggestions.
Thank you for your time.
The text was updated successfully, but these errors were encountered: