Skip to content

Utilities

Feature Category Description Dependencies Default
annotator Annotation Draw bounding boxes, keypoints, masks on images ab_glyph, imageproc
viewer Visualization Real-time image/video display (like OpenCV imshow) minifb x
video I/O Video read/write streaming support video-rs x
hf-hub Model Hub Download models from Hugging Face hf-hub x

Usage Example

# Default: annotation only
usls = "0.1"

# With viewer and video
usls = { version = "0.1", features = ["viewer", "video"] }