You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [tool.poetry]
- name = "opencv-plot"
- version = "0.3.7"
- authors = [
- "Haixuan Xavier Tao <tao.xavier@outlook.com>",
- "Enzo Le Van <dev@enzo-le-van.fr>",
- ]
- description = "Dora Node for plotting text and bbox on image with OpenCV"
- readme = "README.md"
-
- packages = [{ include = "opencv_plot" }]
-
- [tool.poetry.dependencies]
- dora-rs = "^0.3.6"
- numpy = "< 2.0.0"
- opencv-python = ">= 4.1.1"
- python = "^3.7"
-
- [tool.poetry.scripts]
- opencv-plot = "opencv_plot.main:main"
-
- [build-system]
- requires = ["poetry-core>=1.8.0"]
- build-backend = "poetry.core.masonry.api"
|