Description
I am attempting to install the TensorFlow object detection API environment to my Jetson Orin Nano following steps linked here TensorRT/samples/python/tensorflow_object_detection_api at release/8.6 · NVIDIA/TensorRT · GitHub and this error is killing the install process.
Environment
GPU Type:
Nvidia Driver Version:
CUDA Version: 11.4
CUDNN Version:
Operating System + Version: Jetspack 5.12
Python Version (if applicable): 3.10
TensorFlow Version (if applicable): 2.12
Relevant Files
Steps To Reproduce
create python3.10 virtual environment
$ git clone https://github.com/tensorflow/model.git
$ cd models/research
$ cp object_detection/packages/tf2/setup.py .
$ pip install .
ERROR: Cannot install object-detection and object-detection==0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
tf-models-official 2.11.5 depends on tensorflow-addons
tf-models-official 2.11.4 depends on tensorflow-addons
tf-models-official 2.11.3 depends on tensorflow-addons
tf-models-official 2.11.2 depends on tensorflow-addons
tf-models-official 2.11.0 depends on opencv-python-headless==4.5.2.52
object-detection 0.1 depends on sacrebleu<=2.2.0
tf-models-official 2.10.1 depends on sacrebleu==2.2.0
tf-models-official 2.10.0 depends on opencv-python-headless==4.5.2.52
tf-models-official 2.9.2 depends on tensorflow-addons
tf-models-official 2.9.1 depends on tensorflow-addons
tf-models-official 2.9.0 depends on tensorflow-addons
tf-models-official 2.8.0 depends on tensorflow-addons
tf-models-official 2.7.2 depends on tensorflow-addons
tf-models-official 2.7.1 depends on tensorflow-addons
tf-models-official 2.7.0 depends on tensorflow-addons
tf-models-official 2.6.1 depends on tensorflow-addons
tf-models-official 2.6.0 depends on tensorflow-addons
tf-models-official 2.5.1 depends on tensorflow-addons