Alvazz
Alvazz
 Xcode 12.1
awesome component. just missing a Dots feature, or it’s really perfect.
有一个问题,不知道该如何拿到视频流的数据。 我看到了一个push_frame和pop_frame,该怎么操作呢? 谢谢。

Thanks to the Uber team for open-sourced Ribs, but I haven't found anything about the Plugin framework you mentioned in many places. Yes, here is a very conceptual introduction and...
Thanks to the Uber team for open-sourced Ribs, but I haven't found anything about the Plugin framework you mentioned in many places. Yes, here [plugins](https://eng.uber.com/plugins/) is a very conceptual introduction...
Hi, thanks for you great work. can you share some sample demo with the Epoxy. thanks ag.
有用beidou做的什么相关开源项目吗?更好的学习一下。谢谢! * **Node Version**: * **Beidou Version**: * **Plugin Name And Version**: * **React/ReactDOM Versions**: * **Platform**: * **Mini Showcase Repository**: * **Other Info**: ## Current behavior ## Expected behavior
挺不错的项目,感谢你的开源。我看了一下,支持图片和视频文件的抠图,请问如果我的数据源是通过摄像头采集到的一帧一帧的数据呢?能否用这个库来完成?谢谢
I customized a Calculator, the rough code is as follows: ``` ::mediapipe::Status MyCalculator::Process(CalculatorContext* cc) { /////////////////////////////// hardcoded path. cv::Mat background = cv::imread("mediapipe/calculators/image/testdata/clouds2.png"); ...... } ``` , in the code, I...