akssieg

Results 8 issues of akssieg

Can we use arcore-depth-lab with WebXR? I want to try 3d cursor which uses arcore-depth-lab for accurate placement and orientation of the raticle.

enhancement
good first issue

I successfully converted the provide checkpoints (cpm_hand) to tflite model and presently trying to compile the tflite model for edge TPU. During compilation the edge TPU compiler provides the following...

How to determine the camera sensor width of iphone 12 max pro? I checked at [link](https://www.devicespecifications.com/en/model/39115355) and it is mentioned that it has 1.7um pixel size and 4032 x 3024...

type:question
stale

Is it free to use as an internal company tool for building a commercial product?

I am trying to implement the retrain_yolo.py in Jupyter notebook. Below contains the part of program which is straight forward: ``` with tf.device('/cpu:0'): # TODO: Replace Lambda with custom Keras...

Has anybody tried to replace matlab functions used in the repo with octave?

Inside [WebXR Depth Sensing Module](https://www.w3.org/TR/webxr-depth-sensing-1/) : What is the difference between "normalized view coordinates" and "depth buffer’s coordinate system" ? Does [normDepthBufferFromNormView](https://www.w3.org/TR/webxr-depth-sensing-1/#dom-xrdepthinformation-normdepthbufferfromnormview) provides the projection matrix to transform depth buffer’s...

I need to estimate the focal length of the ToF camera for the calculation of depth surface normal. I was going through the documentation of "WebXR Depth Sensing Module" but...