david8862 / tf-keras-deeplabv3p-model-set

end-to-end DeepLab V3+ semantic segmentation pipeline, implemented with tf.keras
24 stars 8 forks source link

in labelme folder, there is no utils.py file.. #2

Closed GaengSu closed 2 years ago

GaengSu commented 2 years ago

Hello

im preparing voc dataset for training, but i had one problem..

in running voc_aug_convert.py, the error sign 'NameError: name 'label_save' is not defined' is printed.

i think in labelme folder, there is no utils.py file

where can i find it?

thx