UAV/README.md

22 lines
422 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
```
2024-12-23 21:05:27 +08:00
## TODO
2024-12-25 14:17:52 +08:00
- command_runner中rerun需要更新
2024-12-29 16:00:47 +08:00
- grid要动态分割大小
2024-12-25 14:17:52 +08:00
- 任务队列
2024-12-31 14:23:45 +08:00
- 目前obj转osgb的软件windows没有装上linux成功了,后续需要做一个docker镜像