nonebot / nonebot2

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
https://nonebot.dev
MIT License
5.97k stars 555 forks source link

Plugin: 图像标注 #1546

Closed Heartestrella closed 1 year ago

Heartestrella commented 1 year ago

插件名称:

图像标注

插件功能:

基于yolov5的图像标注插件

PyPI 项目名:

nonebot-plugin-Imagelabels

插件 import 包名:

nonebot_plugin_Imagelabels

插件项目仓库/主页链接:

https://github.com/istrashguy/nonebot_plugin_Imagelabels

标签:

[{"label":"Yolov5","color":"#9a2828"},{"label":"图像标注","color":"#e981dc"}]

yanyongyu commented 1 year ago

📃 商店发布检查结果

Plugin: 图像标注

✅ 所有测试通过,一切准备就绪!

详情
  • ✅ 标签: Yolov5-#9a2828, 图像标注-#e981dc。
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 包 nonebot-plugin-Imagelabels 已发布至 PyPI。
  • ✅ 插件加载测试通过。

  • ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneBot2 Publish Bot

    he0119 commented 1 year ago

    你还需要在 setup.pyinstall_requires 中添加你需要的依赖,例如:

    install_requires=[
        "nonebot2>=2.0.0rc1,<3.0.0",
        "nonebot-adapter-onebot",
        "httpx",
    ]
    Heartestrella commented 1 year ago

    Dependency requirements have been added to the setup.py

    he0119 commented 1 year ago

    你的依赖还差 httpx

    Heartestrella commented 1 year ago

    HTTPX has been added to the repository's setup.py dependencies

    yanyongyu commented 1 year ago

    /update

    yanyongyu commented 1 year ago

    你添加了httpx依赖后并未更新到pypi

    Heartestrella commented 1 year ago

    Updated httpx dependencies to pypi