Hi,
The score of a Detection can be provided as input. How can it be retrieved from the Track objects ( i.e the return value of active_tracks )?
For context, since detected boxes usually have a score/confidence value it needs to remain associated with the Detection/box when it takes the shape of a Track (i.e uuid gets added).
This associated score has to pass through the tracker otherwise this information is lost and is not available for any downstream processing.
The intent is to be able keep the score (or any metadata) associated with the Detection and retrieve it from the output Track.
Let me know if there is a way to do it currently ? and if it can be considered for implementation ?
Hi,
The score of a Detection can be provided as input. How can it be retrieved from the Track objects ( i.e the return value of active_tracks )?
For context, since detected boxes usually have a score/confidence value it needs to remain associated with the Detection/box when it takes the shape of a Track (i.e uuid gets added).
This associated score has to pass through the tracker otherwise this information is lost and is not available for any downstream processing.
The intent is to be able keep the score (or any metadata) associated with the Detection and retrieve it from the output Track.
Let me know if there is a way to do it currently ? and if it can be considered for implementation ?