-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
box tracking using Mediapipe in browser using js and wasm #1876
Comments
Hi @constantvariable1, Present we don't have support for js, Have a look at this. |
hi @sgowroji .Thanks for the reply. But I was wondering if there are any methods such as converting the existing box tracking calculators available to us in cpp into wasm using emscripten and make a js solution that communicates with it myself. I'm very new at this so I might be talking nonsense here. |
Hi @constantvariable1, I have added Right Assignees for this issue. They can guide you well if there are any such methods. |
Related issue #877 |
Hm... We do have a box tracker that is running in the cc layer, but we do
not surface an arbitrary tracker specifically. There may be a way to build
this out using the current infrastructure, but it's definitely not
straightforward. I will bring this up to the team as a possible offering
in the future.
On a more general note, the entire team is interested in making the build
process for calculators and solutions more open, but we don't have
concrete plans just yet.
…On Tue, Apr 13, 2021 at 11:48 PM GowrojiSunil ***@***.***> wrote:
Related issue #877 <#877>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#1876 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHKQBFN7TV7X7BRKBYEO5QLTIU3DXANCNFSM423GF2RQ>
.
|
Hi @constantvariable1, Your query answered in the above comment. We are closing this ticket. Thanks! |
Is there any way to implement the box tracking solution available in MP, in js and wasm so that it can run in the browser?
If yes then please tell me the steps required to do the same.
I studied the solutions available for cpp. Also the objectron solution in python. I wish to make something that can track objects through the browser from a mobile device.
Any tips are much appreciated.
The text was updated successfully, but these errors were encountered: