Hi,
with sl.CustomBoxObjectData() ingestable objects can be created from custom objects. So far so good. For example, if I create an object with:
obj = sl.CustomBoxObjectData()
If I then feed the instance obj with the data obj.label and obj.probability, how can I then access this data in tracking_viewer.py, ?
If I iterate through the objects.object_list here, then this data is not available to me. For example, I get the string “Unknown” for the labels and I can’t access the probability at all. Data like position for example is okay.
Thanks