- Edited
erik Yep, I gave 8084 some time.
So, I specified OpenVino version and printed out some stuff from NN. Indeed, it sometimes outputs absolutely tremendous number of labels, so I guess I got it all wrong while converting TF2 model to blob.
As I mentioned in my previous post, I think I'm failing to export frozen graph.
I found a few ways to do that online, all quite different, tried them all with no luck.
I used basic TF2 stuff and bare MobileNet v2 model in my project.
Vast majority of examples which eventually work with DepthAI use TF API a lot and pretrained models from https://github.com/tensorflow/models.git. But they all require labelled data set, with these xml files sitting next to each and every image. There's no example which shows a way to make it happen with unlabeled data sorted by folders (like I described in my first post in this thread or as shown here https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image_dataset_from_directory). Is that possible? How can I make it work?
Thanks,
Eugene.