mitrabehzadi
Results
1
comments of
mitrabehzadi
@yangguang-v I encountered the same error I solved it by adding the functions get_n_classes() to CamvidDataset functions my self like bellow: def get_n_classes(self): return self.non_void_nclasses you should also add get_void_labels()...