mirror of
https://github.com/mii443/yolov8_obb_gui.git
synced 2025-12-03 03:08:19 +00:00
16 lines
289 B
TOML
16 lines
289 B
TOML
[package]
|
|
name = "yolov8_obb_gui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.98"
|
|
image = "0.25"
|
|
usls = { git = "https://github.com/mii443/usls.git", features = [
|
|
"ort-download-binaries",
|
|
"directml",
|
|
] }
|
|
windows-capture = "1.4.4"
|
|
eframe = "0.29"
|
|
egui = "0.29"
|