- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Everyone,
We're setting up a test script in python on a raspberry pi fitted with an NCS2. The script successfully connects to the NCS2 via inference engine and runs the necessary inferences to detect faces using Intel's open-source "face_detection_retail" model. This is the same model used by the interactive face detection demo in the OpenVINO app zoo.
What we're trying to do now is track unique faces i.e. without necessarily identifying them we want to know that a certain face is the same face between multiple frames.
We've currently tested an IOU tracker and are getting mixed results. I was wondering if anyone here knows of any other trackers that might work well with the NCS2 and this specific face detection model?
Thank you !
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Joulan, how about OpenCV_contrib ?
https://github.com/opencv/opencv_contrib/tree/master/modules/tracking
Hope it helps,
Shubha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Shubha. We will definitely give these a shot! Was also wondering if there is any way, per se, to run tracking computations directly on the NCS2 using the openvino SDK.. I know this forum is for openvino not NCS2 so apologies if it's off topic !
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Shubha. But is there a way to get an opencv contrib tracker to run directly on the NCS2 ?
Thanks
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page