shuishen
9 hours ago fbb068ec702338d609c1ca6eddbdb9f182d8f211
refs
author shuishen <1109946754@qq.com>
Monday, August 24, 2026 11:37 +0800
committer shuishen <1109946754@qq.com>
Monday, August 24, 2026 11:37 +0800
commitfbb068ec702338d609c1ca6eddbdb9f182d8f211
tree 413cbc44e40608eae4f4e691781cff996eb50543 tree | zip | gz
parent 2ae460fc4a4c2419cf44329783d49a739e2a04ea view | diff
feat: extend local GeoAI capability workflows
21 files modified
26 files added
6444 ■■■■■ changed files
.gitignore 10 ●●●●● diff | view | raw | blame | history
AGENTS.md 1 ●●●● diff | view | raw | blame | history
PROJECT_CONTEXT.md 107 ●●●●● diff | view | raw | blame | history
apps/workbench-console/README.md 105 ●●●●● diff | view | raw | blame | history
apps/workbench-console/package-lock.json 57 ●●●●● diff | view | raw | blame | history
apps/workbench-console/package.json 2 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/api/artifacts.ts 71 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/ChangeDetectionPanel.vue 6 ●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/PointCloudAnnotationViewer.vue 82 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/PointCloudPanel.vue 333 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/RiskRulePanel.vue 110 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/SparsePointCloudViewer.vue 241 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/TexturedMeshViewer.vue 199 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/data/capabilities.ts 9 ●●●● diff | view | raw | blame | history
apps/workbench-console/src/stores/artifacts.ts 24 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/views/CapabilityView.vue 4 ●●●● diff | view | raw | blame | history
capabilities/00-change-detection/README.md 62 ●●●●● diff | view | raw | blame | history
capabilities/00-change-detection/benchmark_manifest.example.csv 2 ●●●●● diff | view | raw | blame | history
capabilities/00-change-detection/evaluate_change_detection.py 255 ●●●●● diff | view | raw | blame | history
capabilities/00-change-detection/run_change_detection.py 61 ●●●●● diff | view | raw | blame | history
capabilities/00-change-detection/scan_change_detection_parameters.py 16 ●●●● diff | view | raw | blame | history
capabilities/00-change-detection/tests/test_change_detection.py 12 ●●●●● diff | view | raw | blame | history
capabilities/00-change-detection/tests/test_evaluate_change_detection.py 103 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/README.md 423 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/apply_pointcloud_semantic_model.py 191 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/diagnose_photo_pose_alignment.py 279 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/generate_validation_inputs.py 69 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/prepare_odx_reconstruction_inputs.py 261 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/requirements.txt 4 ●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/run_cpu_dense_reconstruction.py 417 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/run_photo_reconstruction.py 338 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/run_pointcloud_understanding.py 683 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_cpu_dense_reconstruction.py 111 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_photo_pose_alignment.py 37 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_photo_reconstruction.py 45 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_pointcloud_understanding.py 65 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_prepare_odx_reconstruction_inputs.py 66 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_rtk_lrf_pose_triangulation.py 31 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/train_pointcloud_semantic_model.py 191 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/triangulate_with_rtk_lrf_poses.py 119 ●●●●● diff | view | raw | blame | history
capabilities/07-risk-rule-engine/README.md 69 ●●●●● diff | view | raw | blame | history
capabilities/07-risk-rule-engine/generate_validation_inputs.py 70 ●●●●● diff | view | raw | blame | history
capabilities/07-risk-rule-engine/requirements.txt 6 ●●●●● diff | view | raw | blame | history
capabilities/07-risk-rule-engine/run_risk_rule_engine.py 240 ●●●●● diff | view | raw | blame | history
capabilities/07-risk-rule-engine/tests/test_risk_rule_engine.py 57 ●●●●● diff | view | raw | blame | history
scripts/serve_workbench_console.py 692 ●●●●● diff | view | raw | blame | history
tests/test_serve_workbench_console.py 108 ●●●●● diff | view | raw | blame | history