shuishen
7 hours ago 385be2eca72eb3833efa4be0a0088b34e764788a
refs
author shuishen <1109946754@qq.com>
Monday, August 31, 2026 09:04 +0800
committer shuishen <1109946754@qq.com>
Monday, August 31, 2026 09:04 +0800
commit385be2eca72eb3833efa4be0a0088b34e764788a
tree 0e7843190d8d9cafabad4fe630db08544a77baf0 tree | zip | gz
parent deac984180e54dcb904f415c8f2e095b8b1661a7 view | diff
feat(pointcloud): complete annotation and result lifecycle workflows
26 files modified
13 files added
5042 ■■■■■ changed files
AGENTS.md 4 ●●● diff | view | raw | blame | history
PROJECT_CONTEXT.md 63 ●●●●● diff | view | raw | blame | history
README.md 14 ●●●●● diff | view | raw | blame | history
apps/workbench-console/README.md 116 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/api/artifacts.ts 52 ●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/AnomalyDetectionPanel.vue 4 ●●● diff | view | raw | blame | history
apps/workbench-console/src/components/ChangeDetectionPanel.vue 14 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/ObjectDetectionPanel.vue 13 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/PointCloudAnnotationViewer.vue 93 ●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/PointCloudPanel.vue 294 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/RiskRulePanel.vue 4 ●●● diff | view | raw | blame | history
apps/workbench-console/src/components/RunDeletionControl.vue 61 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/SemanticMappingPanel.vue 4 ●●● diff | view | raw | blame | history
apps/workbench-console/src/components/SemanticModelDeletionControl.vue 53 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/SparsePointCloudViewer.vue 233 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/SpatialMeasurementPanel.vue 4 ●●● diff | view | raw | blame | history
apps/workbench-console/src/components/TexturedMeshViewer.vue 156 ●●●●● diff | view | raw | blame | history
apps/workbench-console/src/components/TrajectoryAnalysisPanel.vue 4 ●●● diff | view | raw | blame | history
apps/workbench-console/src/styles.css 3 ●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/README.md 318 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/apply_pointcloud_semantic_model.py 100 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/bake_textured_mesh_pointcloud.py 206 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/diagnose_multimodal_projection.py 217 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/export_pointcloud_detail.py 120 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/prepare_annotation_source.py 108 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/prepare_multimodal_pointcloud_dataset.py 339 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/prepare_multiview_point_features.py 301 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/run_cpu_dense_reconstruction.py 63 ●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/run_photo_reconstruction.py 19 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/run_pointcloud_understanding.py 12 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_cpu_dense_reconstruction.py 20 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_diagnose_multimodal_projection.py 24 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_prepare_multimodal_pointcloud_dataset.py 32 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_prepare_multiview_point_features.py 52 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/tests/test_train_multiview_point_transformer.py 90 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/train_multiview_point_transformer.py 268 ●●●●● diff | view | raw | blame | history
capabilities/05-3d-pointcloud/train_pointcloud_semantic_model.py 41 ●●●● diff | view | raw | blame | history
scripts/serve_workbench_console.py 1262 ●●●●● diff | view | raw | blame | history
tests/test_serve_workbench_console.py 261 ●●●●● diff | view | raw | blame | history