1 Star 0 Fork 128

work-ji-python/PaddleClas

forked from PaddlePaddle/PaddleClas 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = ["setuptools>=64"]
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/work-ji-python/PaddleClas.git
[email protected]:work-ji-python/PaddleClas.git
work-ji-python
PaddleClas
PaddleClas
release/2.5

搜索帮助