代码拉取完成,页面将自动刷新
[build-system]
requires = [
"setuptools>61"
]
[project]
name = "megadetector"
version = "5.0.15"
description = "MegaDetector is an AI model that helps conservation folks spend less time doing boring things with camera trap images."
readme = "README-package.md"
# As of 2023.10.10, PyTorch isn't installable on Python 3.12
requires-python = ">=3.9,<3.12"
license = {file = "LICENSE"}
keywords = ["camera traps", "conservation", "wildlife", "ai", "megadetector"]
authors = [
{name = "Your friendly neighborhood MegaDetector team", email = "cameratraps@lila.science" }
]
maintainers = [
{name = "Your friendly neighborhood MegaDetector team", email = "cameratraps@lila.science" }
]
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"Pillow >= 9.5",
"tqdm >= 4.64.0",
"jsonpickle >= 3.0.2",
"humanfriendly >= 10.0",
"numpy >= 1.26.0",
"matplotlib >= 3.8.0",
"opencv-python >= 4.8.0",
"requests >= 2.31.0",
"pyqtree >= 1.0.0",
"seaborn >= 0.12.2",
"scikit-learn >= 1.3.1",
"pandas >= 2.1.1",
"PyYAML >= 6.0.1",
"ultralytics-yolov5 == 0.1.1"
# "torch >= 2.0.1",
# "torchvision >= 0.15.2",
# "yolov5 == 7.0.13"
]
[project.urls]
"Homepage" = "https://github.com/agentmorris/MegaDetector"
"Documentation" = "https://megadetector.readthedocs.io"
"Bug Reports" = "https://github.com/agentmorris/MegaDetector/issues"
"Source" = "https://github.com/agentmorris/MegaDetector"
[tool.setuptools.packages.find]
include = ["megadetector*"]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。