22 lines
325 B
Markdown
22 lines
325 B
Markdown
# ODM_Pro
|
|
无人机三维重建
|
|
|
|
## Install
|
|
|
|
```bash
|
|
conda install fiona
|
|
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
|
```
|
|
|
|
Centos7安装open3d失败执行
|
|
|
|
```bash
|
|
conda install -c conda-forge open3d
|
|
```
|
|
|
|
## TODO
|
|
|
|
- command_runner中rerun需要更新
|
|
- grid要动态分割大小
|
|
- 任务队列
|