Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/D-Robotics/rdk_model_zoo
/ functions
Functions
523 in github.com/D-Robotics/rdk_model_zoo
⨍
Functions
523
◇
Types & classes
84
Function
main
samples/vision/ultralytics_yolo/runtime/cpp/detect/main.cc:334
Function
main
samples/vision/ultralytics_yolo/runtime/cpp/pose/main.cc:337
Method
model
(self)
samples/vision/pp_liteseg/runtime/python/pp_liteseg.py:87
Function
print_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
Function
rdk_forward
Forward method patched for BPU output layout (NHWC, 10 tensors).
samples/vision/yoloe/conversion/onnx_export/export_yoloe11seg_bpu.py:51
Function
recover_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
Function
resize_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
Function
resize_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
Function
resized_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
Function
scale_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
Function
scale_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
Method
set_scheduling_params
Configure BPU scheduling (no-op if runtime does not support it).
samples/vision/pp_liteseg/runtime/python/pp_liteseg.py:90
Method
set_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
Method
set_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
Method
set_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
Method
set_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
Method
set_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
Method
set_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
Method
set_scheduling_params
Set optional BPU scheduling parameters.
samples/vision/ultralytics_yolo/runtime/python/ultralytics_yolo_pose.py:109
Function
sigmoid
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
Function
split_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
Function
v10Detect_forward
(self, x)
samples/vision/ultralytics_yolo/conversion/export_monkey_patch.py:134
Function
zscore_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
← previous
501–523 of 523, ranked by callers