DataSet Modifications

This commit is contained in:
Si11ium
2020-07-01 14:15:26 +02:00
parent 6b28519e58
commit 3c1202d5b6
4 changed files with 15 additions and 21 deletions
+3 -5
View File
@@ -24,11 +24,9 @@ class Classes(DataClass):
# Object Classes for Point Segmentation
Sphere = 0
Cylinder = 1
Cone = 2
Box = 3 # All SubTypes of Planes
Polytope = 4 #
Torus = 5
Plane = 6 #
Box = 2 # All SubTypes of Planes
Polytope = 3 #
Plane = 4 #
class Settings(DataClass):