Remove Dagster pipeline and redesign calibration flow UI

This commit is contained in:
Ruslan Bakiev
2026-03-26 09:28:49 +07:00
parent f14249dec9
commit a3b57c5742
21 changed files with 455 additions and 2215 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pickle-ball-tracking"
version = "0.1.0"
description = "Pickleball ball tracking system using YOLO and Dagster"
description = "Pickleball referee system with dual-camera calibration and ball tracking"
requires-python = ">=3.11"
dependencies = [
"ultralytics>=8.0.0",
@@ -14,8 +14,6 @@ dependencies = [
"supervision>=0.16.0",
"opencv-python>=4.8.0",
"numpy>=1.24.0",
"dagster>=1.5.0",
"dagster-webserver>=1.5.0",
"matplotlib>=3.8.0",
"fastapi>=0.104.0",
"uvicorn>=0.24.0",
@@ -25,9 +23,6 @@ dependencies = [
"tqdm>=4.66.0",
]
[tool.dagster]
module_name = "dagster_project"
[tool.setuptools.packages.find]
where = ["."]
include = ["dagster_project*", "src*"]
include = ["src*"]