googlesamples / arcore-depth-lab

ARCore Depth Lab is a set of Depth API samples that provides assets using depth for advanced geometry-aware features in AR interaction and rendering. (UIST 2020)
https://augmentedperception.github.io/depthlab/
Apache License 2.0
780 stars 153 forks source link

using custom deep learning depth models? #43

Closed FYtrace closed 2 years ago

FYtrace commented 2 years ago

Hi, thanks for your wonderful work. Does this project support custom depth models (replace ARCore depth map) based on deep learning as input?

ruofeidu commented 2 years ago

You may implement your own depth source, the MotionStereoDepthSource is just one implementation. Check out https://storage.googleapis.com/tfjs-models/demos/3dphoto/index.html for a recent 3D demo using ML portrait depth and DepthLab 3D photo scene.