1 Star 0 Fork 0

bobin/yolov3-keras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
yolo_video.py 153 Bytes
一键复制 编辑 原始数据 按行查看 历史
qqwweee 提交于 2018-04-17 04:04 . add letterbox resize and details
from yolo import YOLO
from yolo import detect_video
if __name__ == '__main__':
video_path='path2your-video'
detect_video(YOLO(), video_path)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bobin007/yolov3-keras.git
git@gitee.com:bobin007/yolov3-keras.git
bobin007
yolov3-keras
yolov3-keras
master

搜索帮助