Skip to content
#

calculator

Here are 3,785 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)->{
 
ddevault
ddevault commented Aug 13, 2019

In-place relocation is convenient for assembly programmers but a more robust solution would be the traditional relocation tables found in other executable formats like ELF. Adding this would be convenient for C programs as well and would help us simplify the compiler.

  1. Add a new KEXC header which points to a relocation table, simply a list of program-relative addresses at which additional pro
Olamatto
Olamatto commented May 21, 2018

Expected behavior

The hint and keyboard button is meant to work in all sections, as long as it is being placed there.

Actual Behavior

While clicking on hint and keyboard, in some section of the application it does not work at all, such as the combination and permutation section.

How to reproduce

  • Download and install the application
  • Lunch the application
  • Click on
jasonmhite
jasonmhite commented May 4, 2018

Hello again. While I was working on the stuff in #16 I noticed there is a point of confusion in the docs. Under the "commands" section it says "When a command requires an argument, it pops a value from the stack. If the stack is empty, a zero is provided instead."

This is not true for most of the commands; this is the internal behavior when pop is called on an empty stack, but most commands

ianhinder
ianhinder commented Feb 18, 2020

If I follow the instructions under Getting Started / Setup, I get an error at the "Link with your project" stage. This happens on macOS and Linux. For main.cpp, I am using the example provided later under "Minimal examples".
The first problem is

$ g++ cparse/builtin-features.o cparse/core-shunting-yard.o main.cpp -o main
main.cpp:2:27: fatal error: shunting-yard.h: No such file or direct
PawelTroka
PawelTroka commented May 3, 2017

For starters simple wiki with tutorials here on github should be more than enough. We should have here TSL examples in depth explanations and we should have ordinary help with screenshots explaining how to accomplish something.

In the aplication itself we could then just include help/tutorials button which would point here, to this new wiki.

tutorials and help https://github.com/PawelTroka/C

Improve this page

Add a description, image, and links to the calculator 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 calculator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.