1 Star 0 Fork 0

lb/cvat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rqscheduler.py 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
lb 提交于 2023-07-24 15:54 . 提交cvat镜像
#!/usr/bin/env python
# This script adds access to the Django env and settings in the default rqscheduler
# implementation. This is required for correct work with CVAT queue settings and
# their access options such as login and password.
# Required to initialize Django settings correctly
from cvat.asgi import application # pylint: disable=unused-import
from rq_scheduler.scripts import rqscheduler
if __name__ == '__main__':
rqscheduler.main()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lb-xhq/cvat.git
git@gitee.com:lb-xhq/cvat.git
lb-xhq
cvat
cvat
master

搜索帮助