-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/better_yoeo_versions_20245
- Loading branch information
Showing
13 changed files
with
1,794 additions
and
1,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
group_classes: | ||
- robot_red | ||
- robot_blue | ||
- robot_unknown | ||
|
||
surrogate_class: robot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
group_classes: | ||
surrogate_class: "" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
[tool.poetry] | ||
name = "YOEO" | ||
version = "1.4.3" | ||
version = "1.6.0" | ||
description = "A hybrid CNN for object detection and semantic segmentation" | ||
authors = ["Florian Vahl <[email protected]>", "Jan Gutsche <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8,<4.0" | ||
numpy = "^1.21.1" | ||
torch = ">=1.10.1, <1.13.0" | ||
torchvision = ">=0.8.2" | ||
python = ">=3.10,<4.0" | ||
matplotlib = "^3.3.3" | ||
tensorboard = "^2.12.2" | ||
terminaltables = "^3.1.10" | ||
Pillow = "^9.1.0" | ||
tqdm = "^4.64.1" | ||
imgaug = "^0.4.0" | ||
numpy = "^1.26" | ||
torch = "^2.5.1" | ||
torchvision = "^0.20.1" | ||
pillow = "^11.0.0" | ||
torchsummary = "^1.5.1" | ||
PyYAML = "^6.0" | ||
opencv-python = "^4.5.2" | ||
tqdm = "^4.67.0" | ||
opencv-python = "^4.10.0.84" | ||
pyyaml = "^6.0.2" | ||
tensorboard = "^2.18.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
[tool.poetry.group.dev.dependencies] | ||
onnxruntime = "^1.14.0" | ||
profilehooks = "^1.12.0" | ||
onnx = "^1.9.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.