修改readme
This commit is contained in:
parent
2856640d40
commit
b10f002d56
10
README.md
10
README.md
@ -1,10 +1,19 @@
|
||||
|
||||
## 测试环境
|
||||
```
|
||||
conda activate py3.9
|
||||
|
||||
pip install onnxruntime==1.14.0
|
||||
|
||||
pip install opencv-python==4.5.5.64
|
||||
```
|
||||
说明:
|
||||
|
||||
可以根据自己的python环境安装相近的版本。
|
||||
不一定非要用一样的版本.
|
||||
|
||||
## 目录结构如下
|
||||
```
|
||||
.
|
||||
├── __pycache__
|
||||
│ └── util.cpython-36.pyc
|
||||
@ -22,3 +31,4 @@ pip install opencv-python==4.5.5.64
|
||||
├── detection.onnx
|
||||
├── emotion.onnx
|
||||
└── readme.md
|
||||
```
|
||||
@ -1,6 +1,8 @@
|
||||
请将onnx下载后,放入到weights文件夹下
|
||||
|
||||
|
||||
http://m51c.dongtaiyuming.net:28620/directlink/5/aibox/models/detection.onnx
|
||||
|
||||
|
||||
http://m51c.dongtaiyuming.net:28620/directlink/5/aibox/models/emotion.onnx
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user