Commit Graph

10 Commits

Author SHA1 Message Date
oatiz 5f6b814090
Add an option to adjust the line width for Bbox edges (#22)
* feat: add bbox thickness option

* feat: add thickness threshold and side option

* fix: clippy

* Minor adjustments

---------

Co-authored-by: jamjamjon <xxyydzml@outlook.com>
2024-06-26 00:00:36 +08:00
Jamjamjon 311d49f5b7
Minor adjustments to YOLO (#17) 2024-06-02 12:49:42 +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 a5cee66dfd Add query method for dinov2 and adjust DataLoader 2024-03-30 15:54:47 +08:00
jamjamjon af934086bb Initial 2024-03-29 15:54:24 +08:00