rishizek / tensorflow-deeplab-v3-plus

DeepLabv3+ built in TensorFlow
MIT License
834 stars 307 forks source link

Train on my own datasets but use pre-train models #86

Open Pandabuaa opened 4 years ago

Pandabuaa commented 4 years ago

I changes NUM_CLASSES and label_colours in preprocessing.py. But I don't want to set '--clean_model_dir=Ture'. I want to use pre-training models in pascal voc. How can I realize it.