srihari-humbarwadi/DeepLabV3_Plus-Tensorflow2.0

How to add labels from Json file

Closed this issue · 1 comments

Why is code in train.py not asking for json file (only train_mask and val_mask, but not json file for labels of the mask)? How can I add the labels in the masks?

You can generate masks from any data format and use them for training. I preferred using png masks for this project.