1 Star 28 Fork 12

NeoZng/nanodet_detail_notes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__about__.py 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
NeoZng 提交于 2022-02-27 22:15 . first update
import time
_this_year = time.strftime("%Y")
__version__ = "1.0.0-alpha"
__author__ = "RangiLyu"
__author_email__ = "lyuchqi@gmail.com"
__license__ = "Apache-2.0"
__copyright__ = f"Copyright (c) 2020-{_this_year}, {__author__}."
__homepage__ = "https://github.com/RangiLyu/nanodet"
__docs__ = (
"NanoDet: Deep learning object detection toolbox for super fast and "
"lightweight anchor-free object detection models."
)
__all__ = [
"__author__",
"__author_email__",
"__copyright__",
"__docs__",
"__homepage__",
"__license__",
"__version__",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/neozng1/nanodet_detail_notes.git
git@gitee.com:neozng1/nanodet_detail_notes.git
neozng1
nanodet_detail_notes
nanodet_detail_notes
master

搜索帮助