Victor Dibia

Results 218 comments of Victor Dibia

HI @yinzixie, Tensorflow.js uses webgl shaders to speed up Tensor computation on GPU. Due to this, Tensors need to explicitly deleted using the `dispose()` method. Handtrack.js has a dispose method...

Hi @alanzhaonys You are right. Will work on a fix -V.

Hi @dajuric , I am still trying to figure this out myself. On my IphoneX, detection on images work correctly in safari and chrome. Video struggles a bit (possibly due...

Hi, Can you provide additional context? E.g. what code you were attempting to run? The error suggests this might be `chrome` issue. Explore to see if the discussion here is...

Hi, It does not detect fingers, just hands. Can you tell me more about the use case for finger? -V.

Which model are you referring to (v1 or v2)? In the readme I have some directions on how to use the model checkpoints (which are available for mobilenetv1) to generate...

HI @kapzlok2408 , This sounds like an interesting addition - there might be users who dont mind the skipped frames. Perhaps you can send a PR which updates the detect_multi-thread.py...

@Kanchon-Kanti-Podder Following up on your email. - The code in this repo is tested on a mac. This should also work on ubuntu/linux machines and assumes you are working on...

Thanks for pointing this out @kasiprasad . Adding rsync to the package requirements is a good starting point. It might be even better to figure out build commands that work...

Hi @plusnarrative-phillip , If you are exploring a socket based UI where the agents respond to requests and the response is send to the UI over a socket, it makes...