-
Hi @giandifra
Amazing plugin, congrats.
I'm new to AR. I was just wondering how can I use your work to add this kind of feature(https://www.youtube.com/watch?v=-wgf6Zvn6rg) to an App. Will it be po…
-
The plan is to use jersey number to keep track of players and fuse it with processed data from **DEEPSORT/BYTESORT**.
The goal of the model is to track players by their jersey number. This would in…
-
Thanks for the useful repository.
I combined the sort algorithm with an object detection(YOLOV3), I run the application at 30 fps but my video feed is **10fps**. I noticed when the video feed is sl…
-
Hi i have YOLOv2 successfully running for my cutom dataset. But i want to know how can i exploit it for the object tracking. As Yolo only detect object what if for those detected object i want to trac…
-
### Describe the bug
With version 2.31.1 this is fine
$ az extension remove -n ml
$ az extension add -n ml --version 2.31.1
The default value of '--allow-preview' will be changed to 'false' from 'tr…
-
Hi,
Thank you very much for this work. I have a question though. Can the UDT algorithm do Multi-object tracking? If so, is that supported in the code?
igygi updated
4 years ago
-
## **Overview**
We are excited to expand the capabilities of the Livepeer [AI Network](https://docs.livepeer.org/ai/pipelines/overview#models-on-the-ai-subnet/) by developing a robust `object detec…
-
While Argo CD doesn't have 'native' support for Pulumi (as opposed to Helm), it should be possible to use Argo to manage `Stack` objects and thus to delegate to PKO.
Some areas to investigate are:
1…
-
## 📓 Summary
Previously in #186109 we added the resolved Discover contextual profiles to the EBT context object for events emitted in Discover. This works well for tracking which profiles are active …
-
Hi, The purpose of mine is to use Object Detection methods(like RefineDet) to detect object, and then use Object Tracking methods (like SiamMask,deep_sort) to track the object ,How should i do ? Could…