-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix MOT and CVAT import * Change packaging from poetry to hatch * Add changelog * Fix readme * Fix CI env
- Loading branch information
Showing
9 changed files
with
104 additions
and
48 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
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
[build-system] | ||
requires = ["poetry-core>=1.1.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[tool.poetry] | ||
[project] | ||
name = "evaldet" | ||
version = "0.1.4" | ||
description = "Evaluation for Detection and Tracking" | ||
license = "Apache-2.0" | ||
authors = ["Tadej Svetina <[email protected]>"] | ||
authors = [ | ||
{ name = "Tadej", email = "[email protected]" }, | ||
] | ||
readme = "README.md" | ||
repository = "https://github.com/tadejsv/evaldet" | ||
documentation = "https://evaldet.readthedocs.io" | ||
keywords = ["evaluation", "tracking", "object detection", "computer vision"] | ||
classifiers = [ | ||
"License :: OSI Approved :: Apache Software License", | ||
|
@@ -20,23 +19,34 @@ classifiers = [ | |
"Development Status :: 4 - Beta", | ||
"Topic :: Scientific/Engineering :: Image Recognition", | ||
] | ||
include = ["README.md", "LICENSE"] | ||
dependencies = [ | ||
"numpy~=1.23.2", | ||
"scipy~=1.9.0", | ||
] | ||
dynamic = ["version"] | ||
|
||
[tool.hatch.version] | ||
path = "src/evaldet/__init__.py" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.11" | ||
numpy = "^1.23.2" | ||
scipy = "^1.9.0" | ||
[project.urls] | ||
Documentation = "https://evaldet.readthedocs.io" | ||
Issues = "https://github.com/tadejsv/evaldet/issues" | ||
Source = "https://github.com/sasp-ai/evaldet" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
flake8 = "^5.0.4" | ||
black = "^22.6.0" | ||
isort = "^5.10.1" | ||
mypy = "^0.971" | ||
Sphinx = "^5.1.1" | ||
pydata-sphinx-theme = "^0.9.0" | ||
sphinx-autodoc-typehints = "^1.19.2" | ||
pre-commit = "^2.20.0" | ||
[project.optional-dependencies] | ||
ci = [ | ||
"flake8~=5.0.4", | ||
"pytest~=7.1.2", | ||
"black~=22.0.6", | ||
"isort~=5.10.1", | ||
"mypy~=0.971", | ||
"pre-commit~=2.20.0" | ||
] | ||
docs = [ | ||
"Shpinx~=5.1.1", | ||
"pydata-sphinx-theme~=0.9.2", | ||
"sphinx-autodoc-typehints~=1.19.1", | ||
] | ||
|
||
[tool.isort] | ||
profile = "black" | ||
|
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,4 +1,4 @@ | ||
__version__ = "0.1.4" | ||
__version__ = "0.1.5" | ||
|
||
from .metrics import MOTMetrics # noqa: F401 | ||
from .tracks import Tracks # noqa: F401 |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
660,1,323.83,104.06,43.77000000000004,35.43000000000001,1,2,1.0 | ||
660,2,273.1,88.77,55.589999999999975,24.320000000000007,1,2,1.0 | ||
660,3,375.24,80.43,26.409999999999968,22.239999999999995,1,2,1.0 | ||
661,1,320.98,105.24,44.66999999999996,35.709999999999994,1,2,1.0 | ||
661,2,273.1,88.88,55.69999999999999,24.52000000000001,1,2,1.0 | ||
661,3,374.69,80.78,26.399999999999977,22.230000000000004,1,2,1.0 | ||
800,2,329.27,96.65,56.53000000000003,32.44999999999999,1,2,1.0 | ||
800,4,0.0,356.7,76.6,122.67000000000002,1,2,1.0 | ||
661,1,323.83,104.06,43.77000000000004,35.43000000000001,1,2,1.0 | ||
661,2,273.1,88.77,55.589999999999975,24.320000000000007,1,2,1.0 | ||
661,3,375.24,80.43,26.409999999999968,22.239999999999995,1,2,1.0 | ||
662,1,320.98,105.24,44.66999999999996,35.709999999999994,1,2,1.0 | ||
662,2,273.1,88.88,55.69999999999999,24.52000000000001,1,2,1.0 | ||
662,3,374.69,80.78,26.399999999999977,22.230000000000004,1,2,1.0 | ||
801,2,329.27,96.65,56.53000000000003,32.44999999999999,1,2,1.0 | ||
801,4,0.0,356.7,76.6,122.67000000000002,1,2,1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
660,1,323.83,104.06,43.77000000000004,35.43000000000001,0,-1,-1,-1 | ||
660,2,273.1,88.77,55.589999999999975,24.320000000000007,0,-1,-1,-1 | ||
660,3,375.24,80.43,26.409999999999968,22.239999999999995,0,-1,-1,-1 | ||
661,1,320.98,105.24,44.66999999999996,35.709999999999994,0,-1,-1,-1 | ||
661,2,273.1,88.88,55.69999999999999,24.52000000000001,0,-1,-1,-1 | ||
661,3,374.69,80.78,26.399999999999977,22.230000000000004,0,-1,-1,-1 | ||
800,2,329.27,96.65,56.53000000000003,32.44999999999999,0,-1,-1,-1 | ||
800,4,0.0,356.7,76.6,122.67000000000002,0,-1,-1,-1 | ||
661,1,323.83,104.06,43.77000000000004,35.43000000000001,0,-1,-1,-1 | ||
661,2,273.1,88.77,55.589999999999975,24.320000000000007,0,-1,-1,-1 | ||
661,3,375.24,80.43,26.409999999999968,22.239999999999995,0,-1,-1,-1 | ||
662,1,320.98,105.24,44.66999999999996,35.709999999999994,0,-1,-1,-1 | ||
662,2,273.1,88.88,55.69999999999999,24.52000000000001,0,-1,-1,-1 | ||
662,3,374.69,80.78,26.399999999999977,22.230000000000004,0,-1,-1,-1 | ||
801,2,329.27,96.65,56.53000000000003,32.44999999999999,0,-1,-1,-1 | ||
801,4,0.0,356.7,76.6,122.67000000000002,0,-1,-1,-1 |