Mobilenet SSD v2 in jetson inference python

Hey,

I would like to know what are the classses in the mobile net ssd v2 that we can download in jetson inference github?

Can’t find it, is it a coco version (so with 80 labels)

Bethlis

Hi,

YES. It is from the coco database.
You can find the classes here: [url]https://github.com/AastaNV/TRT_object_detection/blob/master/coco.py[/url]

Thanks.