Victor Dibia

Results 218 comments of Victor Dibia

Hi @dconathan I recall this being a requirement to load/convert HF models that do not have TF weights. I am happy to get your thoughts on ways to completely sidestep...

At this point, that seems like a good way to simply things. I'll take a pass this weekend, articulate out an issue and post an update. Given that the library...

Hi @jvence Thanks for the issue. Thats a good idea, Im tracking it and will post updates as I make progress here.

@jvence , Yup, it is definitely related to #39 .The solution will be to rewrite that piece using the HF approach. Its part of some work to convert the entire...

What command produces this? Can you also share the full error?

Hi @SarangShaikh201, I am looking at the json generated ... looks like it is truncated. The size of the generated output sequence is determined by the `max_decode_length` parameter. This is...

Hi @mrgoonie As promised - https://victordibia.github.io/handtrack.js/#/game Its all wrapped in a library `handtrack.js` . [https://github.com/victordibia/handtrack.js]( https://github.com/victordibia/handtrack.js) ![pong](https://user-images.githubusercontent.com/1547007/55094177-41238080-508c-11e9-8b48-e9f6c1f27e6d.gif) -V.

Its been a while since I worked on this, don't have any immediate feedback. Back then, I used rollup.js for [bundling](https://towardsdatascience.com/handtrackjs-677c29c1d585) up the model .

Hi @tinchoforever Thanks for reporting this. Handtrack.js reports all predictions it (below the threshold you specify). It probably still finds a face but that does not show up because of...

That is a placeholder value that is preset before we attempt to start stream (IIRC). On line [98](https://github.com/victordibia/handtrack.js/blob/69d350a8e8d45105545afd5c858ff502e9220b00/src/index.js#L98), you can see that `video.style.height` is properly comptered based on other values...