Tracking-with-darkflow
Tracking-with-darkflow copied to clipboard
print class value for python
I want to print the detections class but it show the [<deep_sort.deep_sort.detection.Detection object at 0x7f87fe29c710>]
have any method to print value of class?
you can get the classes from this line, it's the mess variable
Ok~ thanks~ I will try it Do you know how to test MOTA and MOTP for yolo+deep sort?