Add ClearML main.py wrapper for ACAI

This commit is contained in:
2026-07-16 15:56:30 +09:00
commit e472b80387
12 changed files with 2016 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "normal-object-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"clearml>=2.1.9",
"requests==2.32.5",
"ultralytics==8.4.71",
]