'TensorFlow.NET: transfer learning on labeled images

There is TransferLearningWithInceptionV3 example in TensorFlowNET.Examples.

It educates the model on flowers' images. But these images are used without labeling, i.e. I want to use images with tagged areas, where areas of objects of interest are tagged with their rectangle and class.

How to do it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source