UAV/README.md

16 lines
235 B
Markdown
Raw Normal View History

2024-12-23 11:31:20 +08:00
# ODM_Pro
无人机三维重建
2024-12-23 21:05:27 +08:00
## Install
```bash
conda install fiona
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```
2024-12-29 19:20:39 +08:00
Centos7安装open3d失败执行
```bash
conda install -c conda-forge open3d
```