May 2020
Beginner to intermediate
430 pages
10h 39m
English
Now that we have linked Terminal to the storage bucket and Google Cloud project, the next step will be to link it to the TensorFlow object detection API. Follow the set of instructions provided at https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md.
The preceding installation link has many lines of codes that are not listed here. You will be able to execute most of the code correctly. The last two lines of codes in this procedure are described as follows:
# From tensorflow/models/research/export PYTHONPATH=$PYTHONPATH:'pwd':'pwd'/slimpython object_detection/builders/model_builder_test.py
The instruction says that the preceding step is critical for ...