Detect-Vehicle / pyproject.toml
meaculpitt's picture
Add main.py, pyproject.toml, update class_names.txt (80 COCO classes), update model_type.json and README
cfdbf97 verified
raw
history blame contribute delete
185 Bytes
[project]
name = "onnx-runner-detection"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = [
"numpy>=1.23",
"onnxruntime>=1.16",
"opencv-python>=4.7",
"pillow>=9.5",
]