DataSet Modifications
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user