Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AndreyGermanov/yolov8_onnx_rust
/ functions
Functions
10 in github.com/AndreyGermanov/yolov8_onnx_rust
⨍
Functions
10
◇
Types & classes
0
↓ 2 callers
Function
intersection
Function calculates intersection area of two boxes Returns Area of intersection of the boxes as a float number
src/main.rs:137
↓ 1 callers
Function
detect_objects_on_image
Function receives an image, passes it through YOLOv8 neural network and returns an array of detected objects and their bounding boxes Returns Array of
src/main.rs:43
↓ 1 callers
Function
iou
Function calculates "Intersection-over-union" coefficient for specified two boxes https://pyimagesearch.com/2016/11/07/intersection-over-union-iou-for
src/main.rs:121
↓ 1 callers
Function
prepare_input
Function used to convert input image to tensor, required as an input to YOLOv8 object detection network. Returns the input tensor, original image widt
src/main.rs:53
↓ 1 callers
Function
process_output
Function used to convert RAW output from YOLOv8 to an array of detected objects. Each object contain the bounding box of this object, the type of obje
src/main.rs:86
↓ 1 callers
Function
run_model
Function used to pass provided input tensor to YOLOv8 neural network and return result Returns raw output of YOLOv8 network
src/main.rs:72
↓ 1 callers
Function
union
Function calculates union area of two boxes Returns Area of the boxes union as a float number
src/main.rs:127
Function
detect
(file: Form<TempFile<'_>>)
src/main.rs:32
Function
index
()
src/main.rs:22
Function
main
()
src/main.rs:12