资源算法Yolov3-Django-Streaming

Yolov3-Django-Streaming

2020-03-04 | |  57 |   0 |   0

Yolov3-Django-Streaming

This project is to stream an object detection module (Yolo v3) with 2 cameras (2 channels) on a web browser using Django. The project was built and run in Ubuntu 18.04.

Link Youtube: https://www.youtube.com/watch?v=SDnpNd7xRbE&t=10s

Object detection reference: https://github.com/YunYang1994/tensorflow-yolov3

USAGE:

  1. Download folder "checkpoint" and file "yolov3_coco.pb" from the link below and locate them in the repo:

https://drive.google.com/drive/u/1/folders/1apB-yPIxxzC9D6_iAaQrXWuGpbWIK6Lp
  1. Navigate terminal to the repo, then run command:

$ python3 manage.py runserver
  1. Open any web browser and go to the URL:

http://127.0.0.1:8000/index

RESULT

  • Camera 1:

图片.png

NOTE:

  • The 2 camera ids in the source code are "0" and "2" (for my computer).

  • You should change them for running on any other computers. Go to webcam/views.py then change "cam_id".

Hope this project useful.

July 11, 2019

Tran Le Anh


上一篇:YOLOv3-tiny-custom-object-detection

下一篇:YOLOv3_TensorFlow2

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...