student_server/README.md
2025-12-09 10:15:16 +08:00

25 lines
581 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 测试环境
conda activate py3.9
pip install onnxruntime==1.14.0
pip install opencv-python==4.5.5.64
## 目录结构如下
.
├── __pycache__
│ └── util.cpython-36.pyc
├── ai_demo.py
├── all_server_open.py
├── db_con.py
├── doc
│ ├── 25c859cf-e15d-458d-82e9-81039c49f9ed.png
│ └── 7406b499-a8cb-4b9f-ad15-45558dd1602b.png
├── env.md
├── example_info_add.py
├── user_add.py
├── util.py
└── weights
├── detection.onnx
├── emotion.onnx
└── readme.md