Commit Graph

9 Commits

Author SHA1 Message Date
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 b81b5e3cf5
Add GroundingDINO (#30) 2024-08-09 19:06:30 +08:00
Jamjamjon 53d14ee2fb
Add `Xs`, a wrapper over `Vec<X>` (#29) 2024-08-03 18:03:35 +08:00
Jamjamjon a5141a53be
Accelerate model pre-processing and post-processing (#23)
* Add X struct to handle input and preprocessing

*Add Ops struct to manage common operations

* Use SIMD (fast_image_resize) to accelerate model pre-processing and post-processing
2024-06-30 15:19:34 +08:00
Jamjamjon 510d10f18a
Update rtmo.rs 2024-06-06 14:46:12 +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 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