You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used my own dataset, I encounted an error!
My dataset contains 3 num_classes. But after I finished training my own dataset and used my trained model to predict test_images ( including 3 classes ), I just got a 2-classes segmentations.
Please, thx!
The text was updated successfully, but these errors were encountered:
hi i have an issue also trying my own, i have a two class dataset here is what i am getting. How did you train yours
File "train_enet.py", line 94, in
class_weights = median_frequency_balancing()
File "C:\Users\User\anaconda project directory\computer vision\Deep learning\semantic segmentation\TensorFlow-ENetV1\get_class_weights.py", line 94, in median_frequency_balancing
total_frequency = sum(j) / total_pixels
ZeroDivisionError: division by zero
When I used my own dataset, I encounted an error!
My dataset contains 3 num_classes. But after I finished training my own dataset and used my trained model to predict test_images ( including 3 classes ), I just got a 2-classes segmentations.
Please, thx!
The text was updated successfully, but these errors were encountered: