-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
27 lines (24 loc) · 1.29 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tool.poetry]
name = "TORSO-21 Dataset"
version = "0.1.1"
description = "This is a dataset for the RoboCup Humanoid Soccer domain consisting of images of the Humanoid League as well as the Standard Platform League. We provide two image collections. The first one consists of images from various real-world locations, recorded by different robots. It includes annotations for the ball, goalposts, robots, lines, field edge, and three types of line intersections. The second collection is generated in the Webots simulator which is used for the official RoboCup Virtual Humanoid Soccer Competition. Additionally to the labels of the first collection, labels for the complete goal, depth images, 6D poses for all labels, as well as the camera location in the field of play, are provided."
authors = ["Hamburg Bit-Bots <[email protected]>", "Florian <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
numpy = "^1.21.1"
opencv-python = "^4.5.2"
PyYAML = "^6.0"
requests = "^2.25.1"
tqdm = "^4.64.1"
[tool.poetry.dev-dependencies]
matplotlib = "^3.3.3"
Pillow = "^9.1.0"
scikit-learn = "^1.3.2"
seaborn = "^0.11.1"
tensorboardX = "^2.1"
torch = ">=1.10.1, <1.13.0"
torchsummary = "^1.5.1"
torchvision = ">=0.8.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"