VISTA
VISTA copied to clipboard
How can I train on nuscenes v1.0-mini?
The memory of my computer is not enough to train on nuscenes v1.0, so I try to train on nuscenes v1.0-mini. I change the config file, but an error occurred while training :
Caught ValueError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/home/yusen0819/anaconda3/envs/vista/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 202, in _worker_loop
data = fetcher.fetch(index)
File "/home/yusen0819/anaconda3/envs/vista/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/home/yusen0819/anaconda3/envs/vista/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in
We have not tried to train on the mini version, but the error messages indicate that you may not generate data properly (the database sampling).