Closed adjh54ir closed 2 weeks ago
Hi @adjh54ir ,
I can see in your provided package.json
file that you are using older dependencies.
Could you please try running it with the latest tfjs@4.22.0?
Additionally, blaze-face is deprecated. You could use the face-detection.
Thank You!!
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.
Please make sure that this is a bug. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template
System information
Describe the current behavior
hello.
We are developing React Native-based mobile development using the @tensorflow-models/blazeface:0.1.0 library. This is used within a loop that repeats at specific times, but each time the function is called, a problem occurs where the graphics memory increases rapidly as shown below. Can you please tell me a solution to this?
For reference, there is the same problem of graphics memory rapidly increasing in the @tensorflow-models/face-landmarks-detection:0.0.3 version. Can you tell me a solution to this?
[Profiler measured on Galaxy S21 5G device : @tensorflow-models/blazeface:0.1.0]
[Profiler measured on Galaxy S21 5G device : @tensorflow-models/face-landmarks-detection: 0.0.3]
Describe the expected behavior
The code that is executed is as follows.
Please reply. Thank you!
Standalone code to reproduce the issue Provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab/CodePen/any notebook.
Other info / logs Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.