1 Star 0 Fork 127

xmpp.org.cn/PaddleClas

forked from PaddlePaddle/PaddleClas 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = ["setuptools==72.1.0"]
build-backend = "setuptools.build_meta"
[project]
name = "paddleclas"
description = "A treasure chest for visual recognition powered by PaddlePaddle."
keywords=[
'image-classification', 'image-recognition', 'pretrained-models',
'knowledge-distillation', 'product-recognition', 'autoaugment',
'cutmix', 'randaugment', 'gridmask', 'deit', 'repvgg',
'swin-transformer', 'image-retrieval-system'
]
classifiers=[
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
]
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.8"
dynamic = ["version", "dependencies"]
[project.scripts]
paddleclas = "paddleclas.paddleclas:main"
[tool.setuptools.dynamic]
version = {file = "version.txt"}
dependencies = {file = "requirements.txt"}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xmpporgcn/PaddleClas.git
git@gitee.com:xmpporgcn/PaddleClas.git
xmpporgcn
PaddleClas
PaddleClas
release/2.6

搜索帮助