Official PyTorch implementation of Superpoint Transformer introduced in [ICCV'23] "Efficient 3D Semantic Segmentation with Superpoint Transformer" and SuperCluster introduced in [3DV'24 Oral] "Scalable 3D Panoptic Segmentation As Superpoint Graph Clustering"
Hello, Professor! I'm running python src/train.py experiment=s3dis_11g datamodule.fold=5 and have the following problem:
[2023-07-10 19:24:00,196][src.utils.utils][INFO] - Closing loggers...
[2023-07-10 19:24:00,196][src.utils.utils][INFO] - Closing wandb!
wandb: Waiting for W&B process to finish... (success).
wandb: You can sync this run to the cloud by running:
wandb: wandb sync /home/vge/spt/superpoint_transformer-master/logs/train/runs/2023-07-10_19-23-47/wandb/offline-run-20230710_192353-kkv84qta
wandb: Find logs at: ./logs/train/runs/2023-07-10_19-23-47/wandb/offline-run-20230710_192353-kkv84qta/logs
[2023-07-10 19:24:01,331][urllib3.connectionpool][WARNING] - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f884af8d9d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/
[2023-07-10 19:24:01,333][urllib3.connectionpool][WARNING] - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f884af8dc40>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/
Hello, Professor! I'm running python src/train.py experiment=s3dis_11g datamodule.fold=5 and have the following problem:
[2023-07-10 19:24:00,196][src.utils.utils][INFO] - Closing loggers... [2023-07-10 19:24:00,196][src.utils.utils][INFO] - Closing wandb! wandb: Waiting for W&B process to finish... (success). wandb: You can sync this run to the cloud by running: wandb: wandb sync /home/vge/spt/superpoint_transformer-master/logs/train/runs/2023-07-10_19-23-47/wandb/offline-run-20230710_192353-kkv84qta wandb: Find logs at: ./logs/train/runs/2023-07-10_19-23-47/wandb/offline-run-20230710_192353-kkv84qta/logs [2023-07-10 19:24:01,331][urllib3.connectionpool][WARNING] - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f884af8d9d0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/ [2023-07-10 19:24:01,333][urllib3.connectionpool][WARNING] - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f884af8dc40>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/4504800232407040/envelope/
Hope to get your help.