Commit a8aaa5b1 authored by Zhiqiang Wang's avatar Zhiqiang Wang Committed by Facebook GitHub Bot
Browse files

Fix typo in demo/README.md

Summary:
Hi,

This PR changes `mdoel_zoo` to `model_zoo` in demo/README.md.

Pull Request resolved: https://github.com/facebookresearch/d2go/pull/6

Reviewed By: newstzpz

Differential Revision: D26821013

Pulled By: zhanghang1989

fbshipit-source-id: d7512d350daba57a8437bc269adbbf18e95a2d4c
parent f45574f2
...@@ -6,7 +6,7 @@ For a tutorial that involves coding with the API, see our [Jupyter Notebook](./d ...@@ -6,7 +6,7 @@ For a tutorial that involves coding with the API, see our [Jupyter Notebook](./d
## Inference Demo with Pre-trained Models ## Inference Demo with Pre-trained Models
- Choose a model from [mdoel_zoo](https://github.com/facebookresearch/d2go/blob/master/MODEL_ZOO.md), e.g. `faster_rcnn_fbnetv3a_C4.yaml`. - Choose a model from [model_zoo](https://github.com/facebookresearch/d2go/blob/master/MODEL_ZOO.md), e.g. `faster_rcnn_fbnetv3a_C4.yaml`.
- Use the provided `demo.py` to try demo on an input image: - Use the provided `demo.py` to try demo on an input image:
```bash ```bash
......
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