File size: 1,608 Bytes
a695a72 7b95301 8a63d02 4282494 8a63d02 4282494 8a63d02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
license: mit
language:
- en
pipeline_tag: object-detection
tags:
- vision
- interface
- 3D
- AR/VR
- graphics
---
# Makerspace 3D Object Recognition Model
The **Makerspace** model repository includes a collection of trained 3D reference objects for use in visionOS 2 and visionOS 26 applications. These models represent classroom and makerspace items such as crayons, crayon boxes, and creative tools, and intended for spatial recognition in immersive environments for the Apple Vision Pro.
## Model Overview
Each model in this repository is `.referenceobject` file created using Apple's **Reality Composer (iOS)**, **Reality Composer Pro (macOS)**, **Blender**, and **CreateML**. These objects can be used in visionOS apps for real-time 3D object tracking and anchored UI.
## Contents
The following models are included in this repository:
### Crayon Models
- `RedCrayon.referenceobject`
- `BlueCrayon.referenceobject`
- `GreenCrayon.referenceobject`
- `PinkCrayon.referenceobject`
- `LightBlueCrayon.referenceobject`
- `YellowCrayon.referenceobject`
- `OrangeCrayon.referenceobject`
- `PurpleCrayon.referenceobject`
### Crayon Box Variants
- `CrayonBox_full_ObjectMaskOn.referenceobject`
- `CrayonBoxBroken2.referenceobject`
- `Crayonbox_3_raw_ObjectMaskOn.referenceobject`
### Miscellaneous
- `Pokémon.referenceobject`
- `Apple_Magic_Keyboard.referenceobject`
## Integrate in visionOS 2+ apps
The [https://github.com/debbieyuen/spatialui](https://github.com/debbieyuen/spatialui) GitHub repository will contain an example on how to use the **Makerspace** model with the **Squiggly** model. |