1 Star 0 Fork 0

zzb32/MegaDetector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
Dan Morris 提交于 2024-06-11 15:30 . package version rev
[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*"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzb32/MegaDetector.git
git@gitee.com:zzb32/MegaDetector.git
zzb32
MegaDetector
MegaDetector
inline-video

搜索帮助