From my understanding, in the original Spatiotemporal Segmentation paper MinkowskiNet42 (Res16UNet34C) has LAYERS = (2, 3, 4, 6, 2, 2, 2, 2). However, your SparseResUNet42 implementation has LAYERS = (2, 2, 2, 2, 2, 2, 2, 2). Is there a mistake in the naming or am I missing a detail?
From my understanding, in the original Spatiotemporal Segmentation paper MinkowskiNet42 (Res16UNet34C) has LAYERS = (2, 3, 4, 6, 2, 2, 2, 2). However, your SparseResUNet42 implementation has LAYERS = (2, 2, 2, 2, 2, 2, 2, 2). Is there a mistake in the naming or am I missing a detail?