Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 Example .xml I'm using to train

question from:https://stackoverflow.com/questions/65926487/tensorflow-how-to-setup-a-dataset-with-label-subclasses

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
812 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...