wayveai / fiery

PyTorch code for the paper "FIERY: Future Instance Segmentation in Bird's-Eye view from Surround Monocular Cameras"
https://wayve.ai/blog/fiery-future-instance-prediction-birds-eye-view
MIT License
557 stars 85 forks source link

AssertionError: Database version not found: /opt1/data/nuscenes/trainval/v1.0-trainval #35

Closed you-old closed 2 years ago

you-old commented 2 years ago

AssertionError: Database version not found: /opt1/data/nuscenes/trainval/v1.0-trainval

hemanth-v25 commented 2 years ago

@you-old @anthonyhu , I'm facing the same issue. Did you solve this? If you did, please provide the fix.

gsg213 commented 2 years ago

Depending on how you have your nuscenes folder organized you may need to change the line 435 in data.py for dataroot = cfg.DATASET.DATAROOT

That should works.