weikaih commited on
Commit
b19f820
·
verified ·
1 Parent(s): 2d020bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,6 +19,8 @@ Real-time 3D object detection on iPhone with AR overlay.
19
 
20
  The app captures RGB frames and LiDAR depth via ARKit and streams them to a cloud-hosted WildDet3D inference endpoint. It supports multiple interaction modes: open-vocabulary text queries, 2D bounding box prompts for geometric detection, and real-time camera-based inference. Detected 3D boxes are rendered as AR overlays anchored to the physical scene using ARKit world tracking.
21
 
 
 
22
  ## License
23
 
24
  [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
 
19
 
20
  The app captures RGB frames and LiDAR depth via ARKit and streams them to a cloud-hosted WildDet3D inference endpoint. It supports multiple interaction modes: open-vocabulary text queries, 2D bounding box prompts for geometric detection, and real-time camera-based inference. Detected 3D boxes are rendered as AR overlays anchored to the physical scene using ARKit world tracking.
21
 
22
+ **Note:** The model currently runs on a remote server — the app sends frames to a cloud-hosted API and receives 3D detection results back. On-device inference is not yet supported.
23
+
24
  ## License
25
 
26
  [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)