Hi Jonas! This is a fantastic job.
When I train on the scannet dataset, I met a problem about the dataset prepare module. In semseg.py line 194, when the code runs to "self._labels = self._select_correct_labels(labels, num_labels)", there exists an exception. From another issue I know I created the ScanNet200 dataset (with 200 labels) but wanted to train a model for the original ScanNet dataset with 20 labels) on it. But I do not know how to verify in my preprocessing scripts if I enabled scannet200. Could you please show me the detail about it? Thanks a lot!!!
File "/mnt/d/student/Documents/software/wsl/mask3d/mask3d_main/mask3d_main/datasets/semseg.py", line 194, in init
self._labels = self._select_correct_labels(labels, num_labels)
File "/mnt/d/student/Documents/software/wsl/mask3d/mask3d_main/mask3d_main/datasets/semseg.py", line 595, in _select_correct_labels
raise ValueError(msg)
ValueError: not available number labels, select from:
200, 200
Hi Jonas! This is a fantastic job. When I train on the scannet dataset, I met a problem about the dataset prepare module. In semseg.py line 194, when the code runs to "self._labels = self._select_correct_labels(labels, num_labels)", there exists an exception. From another issue I know I created the ScanNet200 dataset (with 200 labels) but wanted to train a model for the original ScanNet dataset with 20 labels) on it. But I do not know how to verify in my preprocessing scripts if I enabled scannet200. Could you please show me the detail about it? Thanks a lot!!!
File "/mnt/d/student/Documents/software/wsl/mask3d/mask3d_main/mask3d_main/datasets/semseg.py", line 194, in init self._labels = self._select_correct_labels(labels, num_labels) File "/mnt/d/student/Documents/software/wsl/mask3d/mask3d_main/mask3d_main/datasets/semseg.py", line 595, in _select_correct_labels raise ValueError(msg) ValueError: not available number labels, select from: 200, 200