Skip to content
#

mobile-development

Here are 938 public repositories matching this topic...

momo1986
momo1986 commented Mar 26, 2020

Hello, dear Mediapipe guys.

I want to inference the hand pose with Mediapipe model and my own model.

I have my own tf-lite models, it can work on the RGB bitmap.

I try to query the RGB bitmap from input frame with data packet.

My code is

private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
 
qhhonx
qhhonx commented Dec 6, 2019

As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.

As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu) UIViewCont

Francisobiagwu
Francisobiagwu commented Oct 31, 2019

darkflow_error

I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt

galio
307509256
307509256 commented Dec 11, 2017

I find run.py is updated.

-# FLAGS.model = "darkflow/cfg/yolo.cfg" # tensorflow model
-# FLAGS.load = "darkflow/bin/yolo.weights" # tensorflow weights
-FLAGS.pbLoad = "tiny-yolo-voc-traffic.pb" # tensorflow model
-FLAGS.metaLoad = "tiny-yolo-voc-traffic.meta" # tensorflow weights

could you share the file of tiny-yolo-voc-traffic.pb and tiny-yolo-voc-traffic.meta ?
thank you very much!

Xtremilicious
Xtremilicious commented Mar 14, 2020

As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.

Pull Request Process:

LuisRodriguezLD
LuisRodriguezLD commented Jun 2, 2018

I really wish I could do it myself but I have no experience with C#.
Can we add a Open in Atom option in the menu?

Using the terminal I can open the project by using atom .
I tried doing it myself but when I compile the master branch I get like 6
Could not load file or assembly or one of its dependencies

randomjoho
randomjoho commented Oct 11, 2019

Describe the bug
Android receiving Chinese characters is right, but iOS is not correct.
use transports: [Transports.POLLING]

Android:
[{"msg":[{"method":"SystemNot","action":"1","ct":"直播内容包含任何低俗、暴露和涉黄内容,账号会被封禁;安全部门会24小时巡查哦~","msgtype":"4"}],"retcode":"000000","retmsg":"OK"}]

iOS:
[{"msg":[{"method":"SystemNot","action":"1","ct":"ç�´æ�­å��容å��å�«ä»»ä½�ä½�ä¿�ã��æ�´é�²å��æ¶�é

Improve this page

Add a description, image, and links to the mobile-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mobile-development topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.