timtensor
timtensor
Is it possible to add `HrNet` [hrnet](https://github.com/stefanopini/simple-HRNet) or `posenet` [posenet](https://github.com/rwightman/posenet-python) into the tracking module ??
Hi , I am trying to extend the` LSTM module `and was wondering if it could be used to make a simple parser ,to differentiate Good posture and Bad Posture....
Hi first of all , what a great library . I was very much impressed by the visualization of it in the browser. I was trying to port the implementation...
Hi is it possible to extend this to posenet (which does the 2d joint detection? ) It has the following keypoint configuration `'nose', 0 'leftEye', 1 'rightEye', 2 'leftEar', 3...
Hi, I was wondering if you had some documentation or unity side implementation of the following . [https://github.com/ArashHosseini/3d-pose-baseline](url) , it basically converts a input 2d video into 3d stick figure...
Hello , you can perhaps try to in corporate on top of `open pose` to improve the performance ?? [3d from 2d](https://github.com/ArashHosseini/3d-pose-baseline)
Hello , thanks for this library implementation. I had a doubt on the implementation with regards to finding corresponding co-ordinates in the 2D canvas. In the sketch below , I...
Hi it would be great to have some example colab notebooks for RAG demonstrations and used cases ? It would help how to maybe see other RAG applications such as...
Hi thanks for the ollama integration for local models . I was wondering if it's possible to use local models in the colab environment? The reason being not everyone has...
Hello I am using the following workflow to generate audio samples using audio craft. Basically I am outputting from the llm (in this case Zephyr 7b mistral) to be used...