January 2018
Intermediate to advanced
310 pages
7h 48m
English
The training protobuf has to be configured for training. The following five things are important in this process:
We will use the config file from https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/ssd_mobilenet_v1_pets.config. Download it to the Chapter04 folder by running the following command. Open the config file and edit the following lines:
fine_tune_checkpoint: "~/Chapter04/ssd_mobilenet_v1_coco_11_06_2017/model.ckpt" ...
Read now
Unlock full access