Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
765 views
in Technique[技术] by (71.8m points)

artificial intelligence - Tensorflow: How to setup a dataset with label subclasses

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

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

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...