Are there other ways to train the model? Training the VisionOS tracking model using Create ML on the Mac takes too much time each time.

I am developing with Apple Vision Pro to implement object tracking functionality, but each model needs to go into Create ML for training, and the training time is very long. Are there other ways to shorten training time while obtaining reference files in the same format?

Additionally, can the delay in object tracking be further optimized? Although the refresh rate has been optimized, there is still a noticeable delay.

Hi @YuThomas

I'm fairly certain there is no way to speed up the model creation process for object tracking, but I'll ask around and report back if I learn otherwise.

If your application has an enterprise apis for visionOS license and the object-tracking parameter adjustment entitlement you can use ObjectTrackingProvider.TrackingConfiguration to configure the detection and tracking rates.

Are there other ways to train the model? Training the VisionOS tracking model using Create ML on the Mac takes too much time each time.
 
 
Q