yolo_example:使用Python在Phoenix中进行实时YOLO对象检测

时间:2021-04-15 03:05:18
【文件属性】:
文件名称:yolo_example:使用Python在Phoenix中进行实时YOLO对象检测
文件大小:2.87MB
文件格式:ZIP
更新时间:2021-04-15 03:05:18
Elixir 使用Phoenix和Python进行实时对象检测 在此存储库( 标记)中,您可以找到《 介绍的代码。 Python 此版本使用 ,该负责启动并与之通信。 确保已安装Python 3.6,以及在找到的库。 凤凰 配置Yolo.Worker在 config :yolo , Yolo . Worker , python: " python " , # with Anaconda3 and yolo env is "/opt/anaconda3/envs/yolo/bin/python" detect_script: " python_scripts/detect.py " , model: { :system , " YOLO_MODEL " } :python是python3.6可执行文件的路径 :detect_script是脚本的路径。 只需将:model设置为{:sy
【文件预览】:
yolo_example-master
----mix.exs(1KB)
----python_scripts()
--------detect.py(2KB)
--------requirements.txt(30B)
----config()
--------prod.secret.exs(877B)
--------prod.exs(2KB)
--------test.exs(260B)
--------config.exs(948B)
--------dev.exs(2KB)
----priv()
--------gettext()
----.formatter.exs(91B)
----test()
--------support()
--------yolo_web()
--------test_helper.exs(15B)
----assets()
--------css()
--------.babelrc(55B)
--------package.json(670B)
--------js()
--------package-lock.json(252KB)
--------static()
--------webpack.config.js(1KB)
----mix.lock(3KB)
----kite.jpg(1.35MB)
----.gitignore(906B)
----lib()
--------yolo.ex(245B)
--------yolo_web()
--------yolo_web.ex(2KB)
--------yolo()
----README.md(1KB)

网友评论