Bjoern Froehlich 13 éve
szülő
commit
e13d28a7f4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      semseg/SemSegCsurka.h

+ 1 - 1
semseg/SemSegCsurka.h

@@ -88,7 +88,7 @@ class SemSegCsurka : public SemanticSegmentation
     ClassNames cn;
 
     //! set of forbidden/background classes
-    set<int> forbidden_classes;
+    std::set<int> forbidden_classes;
 
     //! whether to use the colorfeats or not
     bool usecolorfeats;