UAV/README.md
2025-06-11 10:55:33 +08:00

16 lines
399 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.

# ODM_Pro
无人机三维重建。
## Install
```bash
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```
## 制作exe
1. odm_monitor.py docker容器名要记得改成uav
2. osgconv的compressed参数去掉会报错
3. 运行指令`pyinstaller main.spec`
4. 测试执行指令`uav.exe --image_dir E:\datasets\UAV\134\project\images --output_dir G:\ODM_output\134`