How to add labels from Json file
Closed this issue · 1 comments
aakashthapa22 commented
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?
srihari-humbarwadi commented
You can generate masks from any data format and use them for training. I preferred using png masks for this project.