SYMBOL INDEX (17 symbols across 4 files) FILE: label_image.py function load_labels (line 9) | def load_labels(filename): FILE: mobilenetv2ssd-async-usbcam.py class ObjectDetectorLite (line 44) | class ObjectDetectorLite(): method __init__ (line 45) | def __init__(self, model_path='detect.tflite', threads_num=4): method _boxes_coordinates (line 57) | def _boxes_coordinates( method detect (line 81) | def detect(self, image, threshold=0.1): function camThread (line 110) | def camThread(results, frameBuffer, camera_width, camera_height, vidfps,... function inferencer (line 170) | def inferencer(results, frameBuffer, model, camera_width, camera_height,... function overlay_on_image (line 188) | def overlay_on_image(frames, object_infos, camera_width, camera_height): FILE: mobilenetv2ssd-sync-usbcam.py class ObjectDetectorLite (line 44) | class ObjectDetectorLite(): method __init__ (line 45) | def __init__(self, model_path='detect.tflite', num_threads=12): method _boxes_coordinates (line 57) | def _boxes_coordinates( method detect (line 81) | def detect(self, image, threshold=0.1): function overlay_on_image (line 106) | def overlay_on_image(frames, object_infos, camera_width, camera_height): FILE: mobilenetv2ssd.py class ObjectDetectorLite (line 18) | class ObjectDetectorLite(): method __init__ (line 19) | def __init__(self, model_path='detect.tflite'): method _boxes_coordinates (line 25) | def _boxes_coordinates( method detect (line 49) | def detect(self, image, threshold=0.1):