Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kazuhito00/YOLOX-Colaboratory-Training-Sample
/ functions
Functions
36 in github.com/Kazuhito00/YOLOX-Colaboratory-Training-Sample
⨍
Functions
36
◇
Types & classes
10
↓ 2 callers
Method
_nms
(self, boxes, scores, nms_thr)
yolox/yolox_tflite.py:154
↓ 2 callers
Method
_nms
(self, boxes, scores, nms_thr)
yolox/yolox_onnx.py:149
↓ 2 callers
Function
draw_debug
(image, elapsed_time, score_th, bboxes, scores, class_ids)
sample_tflite.py:154
↓ 2 callers
Function
draw_debug
(image, elapsed_time, score_th, bboxes, scores, class_ids)
sample_onnx.py:154
↓ 2 callers
Method
inference
(self, image)
yolox/yolox_tflite.py:37
↓ 2 callers
Method
inference
(self, image)
yolox/yolox_onnx.py:36
↓ 1 callers
Method
_multiclass_nms
( self, boxes, scores, nms_thr, score_thr, class_agnostic=True
yolox/yolox_tflite.py:182
↓ 1 callers
Method
_multiclass_nms
( self, boxes, scores, nms_thr, score_thr, class_agnostic=True
yolox/yolox_onnx.py:177
↓ 1 callers
Method
_postprocess
( self, outputs, img_size, ratio, nms_th, nms_score_th,
yolox/yolox_tflite.py:91
↓ 1 callers
Method
_postprocess
( self, outputs, img_size, ratio, nms_th, nms_score_th,
yolox/yolox_onnx.py:86
↓ 1 callers
Method
_preprocess
(self, image, input_size, swap=(2, 0, 1))
yolox/yolox_tflite.py:68
↓ 1 callers
Method
_preprocess
(self, image, input_size, swap=(2, 0, 1))
yolox/yolox_onnx.py:63
↓ 1 callers
Function
get_args
()
sample_tflite.py:12
↓ 1 callers
Function
get_args
()
sample_onnx.py:12
↓ 1 callers
Function
main
()
sample_tflite.py:61
↓ 1 callers
Function
main
()
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
Method
get_model
(self, sublinear=False)
03.config/nano.py:36
Method
get_model
(self, sublinear=False)
03.config/default/yolov3.py:20
Method
get_model
(self, sublinear=False)
03.config/default/nano.py:25
Method
init_yolo
(M)
03.config/nano.py:37
Method
init_yolo
(M)
03.config/default/yolov3.py:21
Method
init_yolo
(M)
03.config/default/nano.py:27