TUMFTM / CameraRadarFusionNet

Apache License 2.0
407 stars 131 forks source link

Index error: List of Index out of range #2

Closed MI-Hussain closed 4 years ago

MI-Hussain commented 4 years ago

error Help is requested please.

fnobis commented 4 years ago

There seems to be a problem with the loading of the nuScenes dataset in your case. Verify that you have downloaded the dataset and set the config accordingly. For further information, refer to the nuScenes documentation directly.

MI-Hussain commented 4 years ago

Sorry to disturb you again. Actually I am new in that.

I downloaded mini (Subset of trainval, 10 scenes, used to explore the data without downloading the whole dataset.)

I think the dataset is loading properly (as shown in picture). But the error is coming in create_generators.

new

mgeisslinger commented 4 years ago

As you said, you are using nuscenes-mini. According to the loading message you are loading nuscnes-trainval. If you want to try on nuscenes-mini, please try changing the "data_set" parameter in the config from nuscenes to nuscenes-mini.

MI-Hussain commented 4 years ago

Yeah you were right. the problem was due to loading the dataset. But it stuck in training after 2 epoch.