We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9555dc0 commit 0a1c7d1Copy full SHA for 0a1c7d1
pyproject.toml
@@ -284,6 +284,11 @@ explicit = true
284
285
[tool.uv.sources]
286
compressai = { workspace = true }
287
+cython-bbox = { path = "scripts/cython_bbox" }
288
+detectron2 = { path = "models/detectron2" }
289
+jde = { path = "models/Towards-Realtime-MOT" }
290
+mmpose = { path = "models/mmpose" }
291
+yolox = { path = "models/yolox" }
292
torch = [
293
{ index = "pytorch-cpu", extra = "cpu" },
294
{ index = "pytorch-cu118", extra = "cu118" },
0 commit comments