Commit Graph

8 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 f0fd4936e8
Add florence2 model
* Add florence2-base model for all tasks

* Update annotator.rs
2024-09-21 20:23:42 +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 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 ead175234c
Add RTMO model for keypoint detection (#2)
* Add RTMO
2024-04-08 20:45:38 +08:00
jamjamjon af934086bb Initial 2024-03-29 15:54:24 +08:00