Anders Xiao

Results 20 issues of Anders Xiao

visibility and presence fields in a NormalizedLandmark for the Holistic Solution always be 0. Is this unsupported right now?

type:support
MediaPipe
solution:holistic
stat:awaiting googler

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.17.0 ### What JVM are you using (`java -version`)? 1.8 Does it support...

feature-request
P2

因为国内 google 用不了

Currently need send device orientation parameters to the desktop program, if use the USB camera on Windows ( with mediapipe windows sdk ), how to set up DeviceOrientation ?

1.4 可以更好的支持 kotlin 项目~~希望更新一下

mybe support self download progress hook is better, for example, show a progress bar in a splash form.

feature request

目前的代码(master head)onnx 在 windows 下无法编译(Onnx runtime 1.15.1),希望支持一下,自己通过修改代码解决了一下,因为处理的比较乱,没好意思提交 PR: ### 支持 windows 修改: #### 1. Onnx session 构造函数签名宽字符问题. 例如: ```cpp std::make_unique(env_, punc_model.c_str(), session_options); ``` 修改一下: ```cpp auto path = StrToWstr(punc_model); m_session...

I referenced the source code of [FaceBlendShapesGraph](https://github.com/google/mediapipe/blob/master/mediapipe/tasks/cc/vision/face_landmarker/face_blendshapes_graph.cc) and put it into a "legacy" solution in the same way (because TaskRunner didn't work), I used the TensorsToClassificationCalculator and face_blendshapes.tflite file to...

type:support
platform:c++
stat:awaiting googler
task:face landmarker

In spring DefaultTransactionAttribute ```java public boolean rollbackOn(Throwable ex) { return (ex instanceof RuntimeException || ex instanceof Error); } ``` But, ExposedSQLException is not a RuntimeException . so, since we are...