I follow this tut on this page: https://github.com/tensorflow/models/blob/master/object_detection/object_detection_tutorial.ipynb
this tut use pre trained model graph 'frozen_inference_graph.pb'. Now I want to build my custom model, for my dataset
Is there a straightforward example to do this? I dont want to use Google Cloud Services at all for training, all action must be done on my local machine
