Skip to content

quanterall/ar-playground-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AR-Playground for Unity

Introduction

This is a free AR-model playground for Unity, courtesy of Quanterall Ltd. It works with different AR models and predictors, and requires Unity 2020.3.0f1 or later. To see it in action, please open and run the 'ARPlayground'-scene in 'ARPlayground/DemoScenes'-folder. Then you can turn on and off the available AR predictors, to see their results and how they affect the overall performance (FPS).

The AR predictors in the scene are set up as components of the child objects of PlaygroundController-game object.

So far the asset contains the following predictors:

  • FaceDetectionBlazePredictor - provides face detection using the Blaze-Face model. For more information about the model, please look at MediaPipe BlazeFace.
  • FaceDetectionUltraPredictor - provides face detection using the Blaze-Face model. For more information about the model, please look at UltraFace.
  • BodyTrackingPosenetPredictor - provides body tracking using the Posenet model. For more information about the model, please look at PoseNet.
  • BodyTrackingBodypixPredictor - provides body tracking using the BodyPix model. For more information about the model, please look at BodyPix.
  • BodySegmentationSelfiePredictor - provides body segmentation using the Selfie model. For more information about the model, please look at Selfie.
  • ObjectDetectionYoloV4Predictor - provides object detection using the Yolo-v4 model. For more information about the model, please look at Yolo-v4 and yolov4-tiny-keras.
  • DepthEstimationMidasV2Predictor - provides monocular depth estimation using the MiDaS-v2 model. For more information about the model, please look at MiDaS-v2 and isl-org-MiDaS.
  • HandTrackingBlazePredictor - provides lightweight hand detector using the MediaPipe BlazePalm model. For more information about the model, please look at Real-Time Hand Tracking with MediaPipe and MediaPipe Handpose.

We hope you'll enjoy the tool, and put it into good use.

Documentation

The online documentation will come later.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published