Closed night-zhang closed 6 years ago
Yes, the annotator uses its own format that is not supposed to be compatible to the annotations we provide and that are converted by the convertAnnotationsDeeplab
script. You can see what the annotator stores here. Feel free to change it to what you need. E.g. labelMap is similar to S, but contains additional values for 'unprocessed', 'unlabeled' and 'things' (see here).
Hi all,
While I was using annotator to convert my own annotations to DeepLab format, I failed to do so.
Here is what I did,
Here is the labelStruct content of default annotated file:
Clearly, the output of CocoStuff annotator does not contain field "S", which could fail the Matalb command "convertAnnotationsDeeplab(). Why is that?
Thanks in advance!