2026-05-18-17-55-29 增加运行确认和演示录制
This commit is contained in:
20
README.md
20
README.md
@@ -23,12 +23,32 @@ bash scripts/run_dev.sh
|
||||
http://127.0.0.1:8000
|
||||
```
|
||||
|
||||
如 8000 端口已被占用,可使用:
|
||||
|
||||
```bash
|
||||
PORT=8001 bash scripts/run_dev.sh
|
||||
```
|
||||
|
||||
## 测试
|
||||
|
||||
```bash
|
||||
pytest -q
|
||||
```
|
||||
|
||||
## 录制演示视频
|
||||
|
||||
服务运行后执行:
|
||||
|
||||
```bash
|
||||
python3 scripts/record_demo.py
|
||||
```
|
||||
|
||||
输出文件:
|
||||
|
||||
```text
|
||||
storage/demos/isiseg_usage_demo.mp4
|
||||
```
|
||||
|
||||
## 目录
|
||||
|
||||
- `backend/`:FastAPI 服务与分割算法。
|
||||
|
||||
Reference in New Issue
Block a user