资源算法 YOLOv3-pytorch-deepsort-iOS-Django

YOLOv3-pytorch-deepsort-iOS-Django

2020-03-04 | |  58 |   0 |   0

Multiple Objects Counting

About

This project combines YOLOv3(pyTorch) and deepsort. An iOS application is implemented. The backend is based on Django RESTful framework and the frontend is implemented on React Native.

Key Words

YOLOv3, pytorch, Deep SORT, iOS, Django RESTful, React Native

Installation

git clone https://github.com/GatoY/MovingObjectDetecting
pip install -r requirements.txt

brew install node
brew install watchman
install yarn
npm install -g react-native-cli
yarn add react-navigation
react-native link react-navigation
yarn add react-native-vector-icons
react-native link react-native-vector-icons
yarn add react-native-image-picker
react-native link react-native-image-picker
yarn add react-native-video
react-native link react-native-video
react-native link

How to Use

RUN Algorithm Only,

Under Algorithm/

python count_light.py --video videofile --debug 1

RUN on iOS Application (on MAC)

Under Application/backend/,

python manage.py migrate
python manage.py runserver

Under Application/iOS/project-tracking/:

react-native run-ios	

Show demo.gifCase


App Demo video: https://youtu.be/R9mIF3EtYI4

上一篇:YOLOv3_TensorFlow2

下一篇:DeepSort_yoloV3-HOG_feature

用户评价
全部评价

热门资源

  • 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...