Gustavo A Salazar Gomez
Gustavo A Salazar Gomez
Hi @nosherwanijaz, Did you use the CARLA installation from coursera specialization? this map is only found in that version.
Hello, Try with `%tensorflow_version 1.x` at the beginning of _Download and extract dataset_ section.
Hello, As @Bosszhe says, is the file `generate_data.py` Just change the command to: ``` python3 scripts/generate_data.py data=nuscenes \ data.version=v1.0-trainval \ data.dataset_dir=/media/datasets/nuscenes \ data.labels_dir=/media/datasets/cvt_labels_nuscenes \ visualization=nuscenes_viz ```
Hello @Capchenxi, I had the same error but I was able to fix it, here is what I did. I checked `conda list` for grpcio, and realized it was installed...
Hello @dialogueeeeee, Just change the command for the labels generation with `generate_data.py` file as: ``` python3 scripts/generate_data.py data=nuscenes \ data.version=v1.0-trainval \ data.dataset_dir=/media/datasets/nuscenes \ data.labels_dir=/media/datasets/cvt_labels_nuscenes \ visualization=nuscenes_viz ```