Hi, I have an issue with loading the data when I initiate the model. The train_data samples show '0'. I wonder if my training dataset root config is wrong or if there is another cause for this issue.
'Traceback (most recent call last): File "train.py", line 908, in <module> main() File "train.py", line 92, in main main_worker(args.train_gpu, args.ngpus_per_node, args) File "train.py", line 294, in main_worker collate_fn=collate_fn File "/home/bim-group/anaconda3/envs/SphereFormer/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 266, in __init__ sampler = RandomSampler(dataset, generator=generator) # type: ignore File "/home/bim-group/anaconda3/envs/SphereFormer/lib/python3.7/site-packages/torch/utils/data/sampler.py", line 104, in __init__ "value, but got num_samples={}".format(self.num_samples)) ValueError: num_samples should be a positive integer value, but got num_samples=0'
train_data samples: '0'
Hi, I have an issue with loading the data when I initiate the model. The train_data samples show '0'. I wonder if my training dataset root config is wrong or if there is another cause for this issue.
SemanticKITTI data
Error_logs:
Log.txt