# 3dReToolBox **Repository Path**: DDV_Want_To_Sleep/edretoolbox ## Basic Information - **Project Name**: 3dReToolBox - **Description**: 三维重建工具箱,希望将MVS的各个部分变成可以替换的模块。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 三维重建工具箱 参考hierarchical localization toolbox 希望实现将MVS各个阶段都变成模块化的工具箱。 # 环境配置 ``` git clone --recursive https://gitee.com/DDV_Want_To_Sleep/edretoolbox.git cd edretoolbox python -m pip install -e . ``` # pipeline 参考mvs_sp_sg_pipeline.ipynb 目前实现: * Superpoint、SIFT特征点 * Superglue、nn匹配算法 * colmap MVS与openmvs 的MVS