tensorflow / tensorflow/models
Installing tf2 od in Jetson Xavier NX
Open
Nobody has claimed this yet.
models:research:odapi
type:support
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I'm trying to install the object detection api, but it gets stuck in a circular requirements check.
How can i solve this?
Requirement already satisfied: six in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (1.15.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from tf-models-official->object-detection==0.1) (3.12)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from object-detection==0.1) (0.19.1)
Requirement already satisfied: Cython in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (0.29.21)
Requirement already satisfied: dataclasses in /home/basti/.local/lib/python3.6/site-packages (from tf-models-official->object-detection==0.1) (0.8)
Requirement already satisfied: six in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (1.15.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from tf-models-official->object-detection==0.1) (3.12)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from object-detection==0.1) (0.19.1)
Requirement already satisfied: Cython in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (0.29.21)
Requirement already satisfied: tensorflow>=2.3.0 in /usr/local/lib/python3.6/dist-packages (from tf-models-official->object-detection==0.1) (2.3.1+nv20.11)
Requirement already satisfied: dataclasses in /home/basti/.local/lib/python3.6/site-packages (from tf-models-official->object-detection==0.1) (0.8)
Requirement already satisfied: six in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (1.15.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from tf-models-official->object-detection==0.1) (3.12)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from object-detection==0.1) (0.19.1)
Requirement already satisfied: Cython in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (0.29.21)
Requirement already satisfied: dataclasses in /home/basti/.local/lib/python3.6/site-packages (from tf-models-official->object-detection==0.1) (0.8)
Requirement already satisfied: six in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (1.15.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from tf-models-official->object-detection==0.1) (3.12)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from object-detection==0.1) (0.19.1)
Requirement already satisfied: Cython in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (0.29.21)
Requirement already satisfied: dataclasses in /home/basti/.local/lib/python3.6/site-packages (from tf-models-official->object-detection==0.1) (0.8)
Requirement already satisfied: six in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (1.15.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from tf-models-official->object-detection==0.1) (3.12)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from object-detection==0.1) (0.19.1)
Requirement already satisfied: Cython in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (0.29.21)
Requirement already satisfied: dataclasses in /home/basti/.local/lib/python3.6/site-packages (from tf-models-official->object-detection==0.1) (0.8)
Requirement already satisfied: six in /home/basti/.local/lib/python3.6/site-packages (from object-detection==0.1) (1.15.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from tf-models-official->object-detection==0.1) (3.12)
I just keep getting this message...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.