Michal Maciola

Results 7 comments of Michal Maciola

@mikerreed Nope. Marking existing lerp() function as 'static' doesn't fix the problem. The problem is the usage of the function as there are multiple candidates, so I think renaming is...

Updated commit message, optimized `BLEND_COLORS()` function and fixed for translucent rle

> > https://github.com/Samsung/thorvg.viewer > > Image file can not drag to viewer on google chrome. version is 95.0.4638.54 I will test it with this particular chrome version on monday. Could...

The exception occurs after several hours of proper operation. I am using RunningMode.IMAGE for synchronous detection. Code is mainly based on [face_detector](https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/face_detector/android). Below minimal demo: ``` public class MVPFaceDetector implements...

To clarify: - my test code is exactly the same as the minimal demo above. The processResult() function does nothing - it is commented out. In such conditions, after about...

Quick finds: - At the point where the problem starts, `mFaceDetector.close()`; also fails with an exception: ``` internal: CalculatorGraph::Run() failed: Calculator::Process() for node "mediapipe_tasks_vision_face_detector_facedetectorgraph__mediapipe_tasks_core_inferencesubgraph__inferencecalculator__mediapipe_tasks_vision_face_detector_facedetectorgraph__mediapipe_tasks_core_inferencesubgraph__InferenceCalculator" failed: [GL_OUT_OF_MEMORY]: There is not enough...

Hi @kuaashish Update from v0.10.14 to v0.10.18 fixed the memory leaking problem. Thanks!