Pinned Repositories
aksr
A Rust derive macro designed to simplify struct management by automatically generating getter and setter methods for both named and tuple structs.
assets
candle
Minimalist ML framework for Rust
dinov2
PyTorch code and models for the DINOv2 self-supervised learning method.
fast_image_resize
Rust library for fast image resizing with using of SIMD instructions.
ilytix
A CLI tool for images analysis: checking image integrity, images deduplication, image retrieval.
renify
A simple cli tool for batch renaming files and folders, written in Rust.
RKNN-YOLO
usls
A Rust library integrated with ONNXRuntime, providing a collection of Computer Vison and Vision-Language models.
YOLOXY
jamjamjon's Repositories
jamjamjon/usls
A Rust library integrated with ONNXRuntime, providing a collection of Computer Vison and Vision-Language models.
jamjamjon/YOLOXY
jamjamjon/RKNN-YOLO
jamjamjon/renify
A simple cli tool for batch renaming files and folders, written in Rust.
jamjamjon/ilytix
A CLI tool for images analysis: checking image integrity, images deduplication, image retrieval.
jamjamjon/aksr
A Rust derive macro designed to simplify struct management by automatically generating getter and setter methods for both named and tuple structs.
jamjamjon/assets
jamjamjon/candle
Minimalist ML framework for Rust
jamjamjon/dinov2
PyTorch code and models for the DINOv2 self-supervised learning method.
jamjamjon/fast_image_resize
Rust library for fast image resizing with using of SIMD instructions.
jamjamjon/jamjamjon
jamjamjon/learning-cuda-trt
A large number of cuda/tensorrt cases . 大量案例来学习cuda/tensorrt
jamjamjon/tensorRT_Pro
C++ library based on tensorrt integration
jamjamjon/ultralytics
NEW - YOLOv8 🚀 in PyTorch > ONNX > OpenVINO > CoreML > TFLite
jamjamjon/ioutrack
IOU based object tracking (SORT, ByteTrack) Python library implemented in Rust
jamjamjon/ort
Fast ML inference & training for Rust with ONNX Runtime
jamjamjon/PaddleOCR_TableRec_ONNX_Inference
基于PaddleOCR的SLANet表格识别算法,实现表格识别onnx模型推理
jamjamjon/rust-ffmpeg-frame-grabber
Provides a frame iterator for videos by using ffmpeg. Decodes images using the image crate.
jamjamjon/video_reader-rs
A library to fastly decode video with ffmpeg and rust