Hello,
I want to implement a custom tracker and I want to use a person re-identification model (as sgie) to increase the accuracy of people tracking.
Can this be done inside a low-level library for the nvtracker plugin? because I came across this topic How to access NvDsBatchMeta inside custom LL tracker where the answer said that it is not possible to access the metadata. Is there a way around this?
Would you suggest a better alternative to achieve the task of using a reid model for tracking?