Feng Wang
commited on
Commit
·
86a2268
1
Parent(s):
7416b67
fix(demo): fix megengine ref link (#564)
Browse files
demo/MegEngine/cpp/README.md
CHANGED
@@ -120,7 +120,8 @@ export CXX=aarch64-linux-android21-clang++
|
|
120 |
> **Note**: two ways to get `yolox_s.mge` model file
|
121 |
>
|
122 |
> * reference to python demo's `dump.py` script.
|
123 |
-
> * wget https://github.com/Megvii-BaseDetection/storage/releases/download/0.0.1/yolox_s.mge
|
|
|
124 |
|
125 |
```shell
|
126 |
# if host:
|
|
|
120 |
> **Note**: two ways to get `yolox_s.mge` model file
|
121 |
>
|
122 |
> * reference to python demo's `dump.py` script.
|
123 |
+
> * For users with code before 0.1.0 version, wget yolox-s weights [here](https://github.com/Megvii-BaseDetection/storage/releases/download/0.0.1/yolox_s.mge).
|
124 |
+
> * For users with code after 0.1.0 version, use [python code in megengine](../python) to generate mge file.
|
125 |
|
126 |
```shell
|
127 |
# if host:
|