MCPcopy Create free account

hub / github.com/Kazuhito00/YOLOX-Colaboratory-Training-Sample / functions

Functions36 in github.com/Kazuhito00/YOLOX-Colaboratory-Training-Sample

↓ 2 callersMethod_nms
(self, boxes, scores, nms_thr)
yolox/yolox_tflite.py:154
↓ 2 callersMethod_nms
(self, boxes, scores, nms_thr)
yolox/yolox_onnx.py:149
↓ 2 callersFunctiondraw_debug
(image, elapsed_time, score_th, bboxes, scores, class_ids)
sample_tflite.py:154
↓ 2 callersFunctiondraw_debug
(image, elapsed_time, score_th, bboxes, scores, class_ids)
sample_onnx.py:154
↓ 2 callersMethodinference
(self, image)
yolox/yolox_tflite.py:37
↓ 2 callersMethodinference
(self, image)
yolox/yolox_onnx.py:36
↓ 1 callersMethod_multiclass_nms
( self, boxes, scores, nms_thr, score_thr, class_agnostic=True
yolox/yolox_tflite.py:182
↓ 1 callersMethod_multiclass_nms
( self, boxes, scores, nms_thr, score_thr, class_agnostic=True
yolox/yolox_onnx.py:177
↓ 1 callersMethod_postprocess
( self, outputs, img_size, ratio, nms_th, nms_score_th,
yolox/yolox_tflite.py:91
↓ 1 callersMethod_postprocess
( self, outputs, img_size, ratio, nms_th, nms_score_th,
yolox/yolox_onnx.py:86
↓ 1 callersMethod_preprocess
(self, image, input_size, swap=(2, 0, 1))
yolox/yolox_tflite.py:68
↓ 1 callersMethod_preprocess
(self, image, input_size, swap=(2, 0, 1))
yolox/yolox_onnx.py:63
↓ 1 callersFunctionget_args
()
sample_tflite.py:12
↓ 1 callersFunctionget_args
()
sample_onnx.py:12
↓ 1 callersFunctionmain
()
sample_tflite.py:61
↓ 1 callersFunctionmain
()
sample_onnx.py:61
Method__init__
(self)
03.config/nano.py:13
Method__init__
(self)
03.config/default/yolox_l.py:11
Method__init__
(self)
03.config/default/yolox_tiny.py:11
Method__init__
(self)
03.config/default/yolov3.py:14
Method__init__
(self)
03.config/default/yolox_m.py:11
Method__init__
(self)
03.config/default/yolox_s.py:11
Method__init__
(self)
03.config/default/nano.py:13
Method__init__
(self)
03.config/default/yolox_x.py:11
Method__init__
( self, model_path='yolox_nano.tflite', input_shape=(416, 416), class_score_th
yolox/yolox_tflite.py:11
Method__init__
( self, model_path='yolox_nano.onnx', input_shape=(416, 416), class_score_th=0
yolox/yolox_onnx.py:11
Method_multiclass_nms_class_agnostic
(self, boxes, scores, nms_thr, score_thr)
yolox/yolox_tflite.py:227
Method_multiclass_nms_class_agnostic
(self, boxes, scores, nms_thr, score_thr)
yolox/yolox_onnx.py:222
Method_multiclass_nms_class_aware
(self, boxes, scores, nms_thr, score_thr)
yolox/yolox_tflite.py:197
Method_multiclass_nms_class_aware
(self, boxes, scores, nms_thr, score_thr)
yolox/yolox_onnx.py:192
Methodget_model
(self, sublinear=False)
03.config/nano.py:36
Methodget_model
(self, sublinear=False)
03.config/default/yolov3.py:20
Methodget_model
(self, sublinear=False)
03.config/default/nano.py:25
Methodinit_yolo
(M)
03.config/nano.py:37
Methodinit_yolo
(M)
03.config/default/yolov3.py:21
Methodinit_yolo
(M)
03.config/default/nano.py:27