Commit Graph

12 Commits

Author SHA1 Message Date
Jamjamjon 1d74085158
0.0.7 (#27) 2024-07-31 21:27:41 +08:00
Jamjamjon edc3a8897c
0.0.5 (#24)
* Using Rayon to accelarate YOLO post-processing

* Refactor YOLO with outputs format

* Optimize `conf * clss` for yolov5 v6 v7

* Add depth-anything-v2

* Update README.md

* Update CHANGELOG.md
2024-07-12 19:46:48 +08:00
jamjamjon f6fec32c7b Docs update 2024-07-01 16:53:36 +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 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 246e6091cd
Add decimal_places for annotator (#13) 2024-05-04 12:48:55 +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 e614ca4136
Add Depth-Anything model (#10)
* Add Depth-Anything model
2024-04-25 00:41:29 +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