Martin Garbade

Results 30 issues of Martin Garbade

- example usage of tflite graph from Unity - accepts inputs other than image - returns a list of floats representing tflite classification results - introduces new - input packet...

### Plugin Version or Commit ID d70c6f32c61ef4a199f04c580e75337038e746be ### Unity Version 2020.3.26f1 ### Your Host OS Windows 10 Pro ### Target Platform UnityEditor ### [Windows Only] Visual Studio C++ and Windows...

type:build/install

After annotating for some time I suddenly cannot login anymore. Instead of the "login" page only the "register" page opens. I'm afraid that all my data might be gone. I...

The connection between keypoints used to work fine (after Matt Deboers commits in January) until I recently had to reinstall the coco-annotator (because of the login issue #314 ) Since...

I try to annotate my own images in the same way that as the COCO person-keypoint-detection challenge. Meaning I just want to annotate nose, neck, shoulder etc of persons. So...

Please make sure that this is a bug and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html), FAQ documentation before raising any issues. **System information** (Please provide as much relevant information as possible)...

type:support
platform:android
solution:pose
stat:awaiting googler

[This line of code](https://github.com/google/mediapipe/blob/master/mediapipe/calculators/tflite/tflite_tensors_to_landmarks_calculator.cc#L204) seems to provide inference result after a forward pass of the neural network. `const float* raw_landmarks = raw_tensor->data.f;` However, this is not a function, but some...

type:support
platform:tflite
framework
stat:awaiting googler

I'd like to label a 10 min video with 30 FPS with human bounding boxes which are tracked over time. Obviously this is a lot of manual work an human...

I get this error upon executing the [rnn.cuda()](https://github.com/yunjey/pytorch-tutorial/blob/master/tutorials/02-intermediate/recurrent_neural_network/main-gpu.py#L59) command. Privious cuda based pytorch code was running fine. Could it be a bug in pytorch (version 0.1.12_1) ?

I cannot run the code for the "android_demo/demo_tflite", as it fails during building with the above mentioned error message (marked as "External Native Build Issues"). My hunch is that it...