Replies: 3 comments 1 reply
-
This seems like an interesting idea that I also found nowhere in Elixirland. The closest I found was from this video -> https://www.youtube.com/watch?v=SfnbE51wRII. |
Beta Was this translation helpful? Give feedback.
-
Ok, of course some bibliographic work before. I continue the first observation round 😀 Firstly, a blog post than nicely explains what I was thinking of Then what I found for Elixir:
Then some first thoughts. For the video source, I will keep things simple: just be able to process an archived video. The ultimate extension to handle any live stream would probably mean using webRTC but I would keep this for the desert. Image manipulation, you have a few libraries: Who does what and is good at? Then if we use any video device, then we probably need this to happen server side and not only use requestVideoframeCallback in a browser context. A Livebook is probably the best format to experiment this. TODO |
Beta Was this translation helpful? Give feedback.
-
I document the slow progress while trying to follow this video. RUST preamble.I had to remove the current Export model to
|
Beta Was this translation helpful? Give feedback.
-
I want to go further with Elixir and ML and start a repo where you do real-time object counting in Elixir.
What I understood:
For the moment, all this remains largely unclear. I have no idea how how to use YOLO in Elixir, how to define boxed around detected objects (Javascript?), nor if the Kalman, Mahalanodis algorithms are implemented in Elixir and how to handle and link the data and state.
Beta Was this translation helpful? Give feedback.
All reactions