obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 174 forks source link

print class value for python #47

Open Phoebe-star opened 6 years ago

Phoebe-star commented 6 years ago

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?

obendidi commented 6 years ago

you can get the classes from this line, it's the mess variable

Phoebe-star commented 6 years ago

Ok~ thanks~ I will try it Do you know how to test MOTA and MOTP for yolo+deep sort?