Hi, I want to install tensorflow api but I’m getting error.
First I created Python 3.8. Then I install tensorflow from https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html .Tensorflow was downloaded. I checked it. But I want to use tensorflow api so I tried this command:
git clone https://github.com/tensorflow/models.git
cd models/research
# Compile protos.
protoc object_detection/protos/*.proto --python_out=.
# Install TensorFlow Object Detection API.
cp object_detection/packages/tf2/setup.py .
python3 -m pip install .
