Sureshda

Results 110 comments of Sureshda

Hi @peternaf, MediaPipe Python package only contains CPU graphs. If you need to run any GPU graphs, see https://github.com/google/mediapipe/issues/1651 (comment).

Hi @peternaf , MEDIAPIPE_DISABLE_GPU = 1 will disable the GPU support. Did you see any error while building Autoflip with GPU ?

Hi @peternaf , Could you please share any logs w.r.t above issue.

Hi @peternaf , 1)When you are trying on CPU graphs ,is it working? 2) GPU for inference or for rendering or both?

Hi @GreenVegetables , Could you provide steps to reproduce this issue.

Hi @GreenVegetables , Yes , you will have use 2 different solutions in two different times.

Hi @mgarbade . Could you please elaborate this issue to investigate further.

Hi @mgarbade , We have tflite code implementations , please check below links for code. https://source.corp.google.com/piper///depot/google3/third_party/mediapipe/util/tflite/operations/ https://source.corp.google.com/piper///depot/google3/third_party/mediapipe/util/tflite/cpu_op_resolver.cc

Hi @hotstone1993 , Could you provide steps to reproduce this issue.

Hi @hotstone1993 , Please check [this](https://github.com/google/mediapipe/blob/master/mediapipe/calculators/tflite/tflite_tensors_to_detections_calculator.cc) code snippet to understand the output of tflite model .