Commit Graph

19 Commits

Author SHA1 Message Date
Jamjamjon
0e8d4f832a Add some eps (#108) 2025-06-05 16:29:29 +08:00
Jamjamjon
a3a4bf47ed Add mobileclip and jina-clip-v2 (#106) 2025-05-29 23:33:16 +08:00
jamjamjon
d3c738b5cf update 2025-05-20 17:01:27 +08:00
jamjamjon
70e6b2f03e Options -> ModelConfig 2025-05-16 15:45:27 +08:00
Jamjamjon
80468d9c83 0.1.0-beta.1 (#82) 2025-04-27 13:01:51 +08:00
Jamjamjon
0f2d84b8c5 🐍 v0.1.0 (#53) 2025-01-12 16:59:57 +08:00
Jamjamjon
6ace97f09f v0.0.16: Add Viewer for image show
* Add `Viewer` for image-show

* Add .`with_ixx()` to simplify model building with `Options`

* Update `MinOptMax`
2024-09-28 09:51:33 +08:00
Jamjamjon
0adddd3bbd 0.0.14: DataLoader now support video and streaming
- Added `Hub` for resource management
- Updated `DataLoader` to support video and streaming
- Updated `CI`
- Replaced `println!` with `tracing` for logging
2024-09-16 10:41:16 +08:00
Jamjamjon
b81b5e3cf5 Add GroundingDINO (#30) 2024-08-09 19:06:30 +08:00
Jamjamjon
20577e4242 Adjust outputs (#16) 2024-06-01 16:58:17 +08:00
jamjamjon
c44d80df78 Revert "Add onnx build script"
This reverts commit b9c077814b.
2024-05-13 20:59:05 +08:00
jamjamjon
b9c077814b Add onnx build script 2024-05-13 20:24:57 +08:00
Jamjamjon
fc970fc117 Update ort and improve the speed of preprocessing
* Add onnx proto

* Update ort to 2.0.0-rc.2

* Improve the speed of resizing

* Fix yolo-seg bug

* Update README.md
2024-05-12 18:12:34 +08:00
Jamjamjon
371a08011f Add MODNet model (#11)
* Add MODNet for portrait matting

* Minor fixes

* Move assets to home directory

* Add colormap

* ci

* Update README.md
2024-04-30 15:26:53 +08:00
Jamjamjon
beda8ef803 Add YOLOv8-OBB and some bug fixes (#9)
* Add YOLOv8-Obb & Refactor outputs

* Update README.md
2024-04-21 17:06:58 +08:00
Jamjamjon
51b75e9a21 Add YOLOPv2 & Face-Parsing model (#3)
* Add YOLOP and face parsing model
2024-04-14 15:15:59 +08:00
Jamjamjon
ead175234c Add RTMO model for keypoint detection (#2)
* Add RTMO
2024-04-08 20:45:38 +08:00
Jamjamjon
a0d410b46d Dev (#1)
* Update imageproc crates

* Add top-p method for sampling

* Add SVTR for text recognition & bug fix
2024-04-06 16:16:53 +08:00
jamjamjon
af934086bb Initial 2024-03-29 15:54:24 +08:00