"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "fc39a6cd7a5f9a4951babb183826f15eea0351ff"
Unverified Commit 9180defb authored by Ayman Saleh's avatar Ayman Saleh Committed by GitHub
Browse files

Updating documentation for pycocotools (#7581)

parent faf5db0b
...@@ -80,6 +80,12 @@ make ...@@ -80,6 +80,12 @@ make
cp -r pycocotools <path_to_tensorflow>/models/research/ cp -r pycocotools <path_to_tensorflow>/models/research/
``` ```
Alternatively, users can install `pycocotools` using pip:
```bash
pip install --user pycocotools
```
## Protobuf Compilation ## Protobuf Compilation
The Tensorflow Object Detection API uses Protobufs to configure model and The Tensorflow Object Detection API uses Protobufs to configure model and
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment