xiaotiancai899

Results 6 issues of xiaotiancai899

When I use visualization.py for the scannet200 dataset visualization. An error occurred. The command I used is: python tools/visualization.py --prediction_path results/ --out output/ Traceback (most recent call last): File "tools/visualization.py",...

When I train ScanNet200 dataset using this command "python main_instance_segmentation.py general.experiment_name="scannet200" general.project_name="scannet200" data/datasets=scannet200 general.num_targets=201 data.num_labels=200 general.eval_on_segments=true general.train_on_segments=true" When at the epoch87, error occured. Epoch 85: 100%|█████████| 241/241 [04:45

Hi, I found that scannet200 did not use the test set but the validation set for testing. When I used the test set for testing, an error was reported that...

When I was training the ScanNet200 dataset, An error occured at the epoch55 out of 120. Traceback (most recent call last): File "tools/train.py", line 332, in main() File "tools/train.py", line...

Due to the version of GPU, I have to set the batch_size=1, However, it cause an error when training at the epoch 48 out of 120. 'RuntimeError: stack expects a...

Thanks a lot for your good work!!! But why there is no training code???