roboflow / zero-shot-object-tracking

Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP.
https://blog.roboflow.com/zero-shot-object-tracking/
GNU General Public License v3.0
357 stars 62 forks source link

Roboflow object tracking on mobile android app with Kotlin #32

Open HripsimeS opened 1 year ago

HripsimeS commented 1 year ago

Hello. Your object tracker looks great works perfectly with python scripts! Do you have the same object tracker but for mobile version written in Kotlin? Or can you give some advice where possible to find a object tracker for android in Kotlin. I have an information about labels, but could not create a good tracker for each detected object. I have tried the following loop, it show some numbers during detection but not really like in your example case when it detects the fish it has the stable tracking ID during all the path the fish swimming. If you have some experience with Kotlin, can you please help to figure out how to make the same type of object tracking as you have. Thanks in advance and look forward to hearing from you!

image