How did I run a TensorFlow training on the PASCAL VOC dataset in Ubuntu 18.04?

Step 1

I have downloaded the PASCAL VOC dataset (the VOCtrainval_11-May-2012.tar file).
Then I extracted the archive’s contents.

Step 2

Then I have generated TFRecord files:

02

github.com/tensorflow/models/blob/v1.13.0/research/object_detection/g3doc/preparing_inputs.md#generating-the-pascal-voc-tfrecord-files

Step 3

Step 4

Step 5

tensorboard --logdir=/w/tutorials/tensorflow/pascal-voc/run/2019-05-17

See also: How did I run a TensorFlow training on the PASCAL VOC dataset in Windows 7?