MCPcopy Create free account

hub / github.com/D-Robotics/rdk_model_zoo / functions

Functions523 in github.com/D-Robotics/rdk_model_zoo

Functionmain
samples/vision/ultralytics_yolo/runtime/cpp/detect/main.cc:334
Functionmain
samples/vision/ultralytics_yolo/runtime/cpp/pose/main.cc:337
Methodmodel
(self)
samples/vision/pp_liteseg/runtime/python/pp_liteseg.py:87
Functionprint_model_info
Print detailed input and output tensor information for all models. This utility function prints comprehensive metadata for each model managed
utils/py_utils/inspect.py:68
Functionrdk_forward
Forward method patched for BPU output layout (NHWC, 10 tensors).
samples/vision/yoloe/conversion/onnx_export/export_yoloe11seg_bpu.py:51
Functionrecover_to_original_size
Restore a resized image back to its original size. This function reverses the resizing operation applied during preprocessing. It supports bo
utils/py_utils/postprocess.py:56
Functionresize_masks_to_boxes
Resize binary masks to fit inside their corresponding bounding boxes. This function resizes each binary mask to match the size of its corresp
utils/py_utils/postprocess.py:660
Functionresize_nv12_yuv
Resize the Y and UV planes of an NV12 image to a target resolution. This function resizes the luma (Y) and chroma (UV) planes of an NV12 image.
utils/py_utils/preprocess.py:185
Functionresized_image
Resize an image using direct resize or letterbox strategy. This function resizes the input image to the target resolution required by the mod
utils/py_utils/preprocess.py:79
Functionscale_coords_back
Map bounding box coordinates back to the original image scale. This function converts bounding box coordinates from the resized (model input)
utils/py_utils/postprocess.py:170
Functionscale_keypoints_to_original_image
Scale keypoints back to the original image coordinates. This function maps keypoint coordinates from the model input space back to the origin
utils/py_utils/postprocess.py:705
Methodset_scheduling_params
Configure BPU scheduling (no-op if runtime does not support it).
samples/vision/pp_liteseg/runtime/python/pp_liteseg.py:90
Methodset_scheduling_params
Set BPU scheduling parameters like priority and core affinity. Args: priority (Optional[int]): Scheduling priority in ra
samples/vision/ultralytics_yolo26/runtime/python/yolo26_cls.py:97
Methodset_scheduling_params
Set BPU scheduling parameters like priority and core affinity. Args: priority (Optional[int]): Scheduling priority in ra
samples/vision/ultralytics_yolo26/runtime/python/yolo26_pose.py:139
Methodset_scheduling_params
Set BPU scheduling parameters like priority and core affinity. Args: priority (Optional[int]): Scheduling priority (0-25
samples/vision/ultralytics_yolo26/runtime/python/yolo26_det.py:111
Methodset_scheduling_params
Set BPU scheduling parameters like priority and core affinity. Args: priority (Optional[int]): Scheduling priority (0-25
samples/vision/ultralytics_yolo26/runtime/python/yolo26_seg.py:259
Methodset_scheduling_params
Set optional BPU scheduling parameters. Args: priority: Runtime priority used by `hbm_runtime`. bpu_cores: BPU core l
samples/vision/ultralytics_yolo/runtime/python/ultralytics_yolo_det.py:125
Methodset_scheduling_params
Set optional BPU scheduling parameters. Args: priority: Runtime priority used by `hbm_runtime`. bpu_cores: BPU core l
samples/vision/ultralytics_yolo/runtime/python/ultralytics_yolo_seg.py:111
Methodset_scheduling_params
Set optional BPU scheduling parameters.
samples/vision/ultralytics_yolo/runtime/python/ultralytics_yolo_pose.py:109
Functionsigmoid
Compute the sigmoid activation function. Applies the sigmoid function element-wise to the input NumPy array. Args: x: Input NumPy ar
utils/py_utils/nn_math.py:30
Functionsplit_nv12_bytes
Split raw NV12 bytes into Y and UV planes. This function parses a raw NV12-encoded byte stream and separates it into the Y (luma) plane and t
utils/py_utils/preprocess.py:127
Functionv10Detect_forward
(self, x)
samples/vision/ultralytics_yolo/conversion/export_monkey_patch.py:134
Functionzscore_normalize_lastdim
Normalize the input array along the last dimension using z-score. This function performs standard score normalization (z-score) on the last d
utils/py_utils/nn_math.py:44
← previous501–523 of 523, ranked by callers