I just created a TF model to detect geometric shapes and alphanumeric characters in an image, but I also need to detect the cardinal orientation of those alphanumerics. How do I set up my dataset to classify the orientation as a subclass of characters?
Currently, I just have each shape and letter as a separate label (Square, A, B, Triangle, Rectangle, C, etc). Using Tensorflow and .xml files, how would I add a subclass to a label? Is that where the "pose" field comes into play?
Example .xml I'm using to train
question from:
https://stackoverflow.com/questions/65926487/tensorflow-how-to-setup-a-dataset-with-label-subclasses 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…