Skip to content

Commit 49fd855

Browse files
committed
fix missing src/data/instance.py file
1 parent 8fcd07f commit 49fd855

File tree

3 files changed

+880
-3
lines changed

3 files changed

+880
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ python src/train.py experiment=semantic/dales_11g
334334
python src/train.py experiment=panoptic/s3dis_11g datamodule.fold=5
335335

336336
# Train SuperCluster on S3DIS Fold 5 with {wall, floor, ceiling} as 'stuff'
337-
python src/train.py experiment=panoptic/s3dis_11g_with_stuff datamodule.fold=5
337+
python src/train.py experiment=panoptic/s3dis_with_stuff_11g datamodule.fold=5
338338

339339
# Train SuperCluster on ScanNet Val
340340
python src/train.py experiment=panoptic/scannet_11g
@@ -488,7 +488,7 @@ training SuperCluster on an **11G-GPU 💾**:
488488
python src/train.py experiment=panoptic/s3dis_11g datamodule.fold=5
489489
490490
# Train SuperCluster on S3DIS Fold 5 with {wall, floor, ceiling} as 'stuff'
491-
python src/train.py experiment=panoptic/s3dis_11g_with_stuff datamodule.fold=5
491+
python src/train.py experiment=panoptic/s3dis_with_stuff_11g datamodule.fold=5
492492
493493
# Train SuperCluster on ScanNet Val
494494
python src/train.py experiment=panoptic/scannet_11g

configs/experiment/panoptic/s3dis_11g_with_stuff.yaml renamed to configs/experiment/panoptic/s3dis_with_stuff_11g.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @package _global_
22

33
# to execute this experiment run:
4-
# python train.py experiment=panoptic/s3dis_11g_with_stuff
4+
# python train.py experiment=panoptic/s3dis_with_stuff_11g
55

66
# This configuration allows training SPT on a single 11G GPU, with a
77
# training procedure comparable with the default

0 commit comments

Comments
 (0)