yolo_volley_detection / pyproject.toml
aiknowyou-nic's picture
fix rgb to bgr
574d3c5
raw
history blame contribute delete
425 Bytes
[tool.poetry]
name = "yolo-volley-detection"
version = "0.1.0"
description = ""
authors = ["nicola.landro <nicola.landro@digitiamo.com>"]
readme = "README.md"
packages = [{include = "yolo_volley_detection"}]
[tool.poetry.dependencies]
python = "^3.10"
matplotlib = "^3.6.2"
gradio = "^3.9.1"
opencv-python = "^4.6.0.66"
numpy = "^1.23.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"