• Stars
    star
    190
  • Rank 203,739 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOv3, tflite)

Object Detection

Usage

1. tiny-YOLOv2

  • download the tiny-yolo file and put it to model_data file
$ python3 test_tiny_yolo.py 

2. YOLOv3

  • download the yolov3 file and put it to model_data file
$ python3 test_yolov3.py 

3. SSD-MobileNet v1

$ python3 test_ssd_mobilenet_v1.py 

4. SSDLite-MobileNet v2 (tflite)

$ python3 test_ssdlite_mobilenet_v2.py 

Compare

  • tiny-YOLOv2

  • YOLOv3

  • SSD-MobileNet v1

  • SSDLite-MobileNet v2 (tflite)

Acknowledgments

More Repositories

1

stock-price-predict

Implementation of seq2seq with attention in keras
Python
109
star
2

react-native-tflite

Tensorflow Lite for React Native (now just support ios)
Objective-C++
20
star
3

qt-template

Template/Example of Qt/QML built with CMake/qmake. (include PyQt and PySide2)
Python
17
star
4

serialport-gui

GUI of Serial Port Communication based on PyQt5
Python
17
star
5

ios-object-dection

ios real time object detection with ssd_mobilenet
Objective-C++
16
star
6

yolov3-tf2

Implemented YOLOv3 with Tensorflow 2.0
Jupyter Notebook
14
star
7

yolov2-tf2

Implemented YOLOv2 with Tensorflow 2.0
Jupyter Notebook
10
star
8

pyqt-image-recognition

Handwritten recognition (MNIST)
Python
9
star
9

pytest-gui

Pytest GUI based on PyQt5
QML
4
star
10

rpi-voice-kit-app

Using app to control Voice Kit(smart speaker)
Python
3
star
11

fft

Implement Fast Fourier Transform with c and python
C
3
star
12

qt-video-player

Example code for playing videos with Qt/QML (QMultimedia, VideoOutput) and OpenCV
Python
3
star
13

keras-to-tensorflow

convert keras to tensorflow
Python
2
star
14

react-express-ssr

JavaScript
2
star
15

Notes

This repo is my learning notes, including Python, DSA, DB, DevOps ...
Jupyter Notebook
2
star
16

kaka-lin.github.io

My blog
HTML
2
star
17

docker-image

My docker image
Dockerfile
2
star
18

autonomous-driving-notes

Self-Driving Car learning notes include the course of Udacity Self-Driving Car Engineer Nanodegree Program
Jupyter Notebook
2
star
19

audio-recognition-app

It's an application for generating text of the audio file with SpeechRecgonition
Python
1
star
20

kaka-app

This is a exercise for React-Native
JavaScript
1
star
21

my-blog

My blog
Shell
1
star
22

nd013-c3-localization-exercises

C++
1
star
23

nd013-c2-fusion-exercises

Exercise Code for Course 2 of the Udacity Self-Driving Car Engineer Nanodegree Program
Python
1
star
24

yolov3-ovms-iotedge

YOLOv3 OVMS Service with REST API to Azure IoT Edge
Python
1
star
25

ML-Courses

Jupyter Notebook
1
star
26

deeplearning.ai

Jupyter Notebook
1
star
27

EfficientSAM-tf2-demo

The Tensorflow version of EfficientSAM
PureBasic
1
star
28

leetcode

My LeetCode solution collections
Python
1
star
29

ML-Notes

My Learning Notes of Machine Learning
Jupyter Notebook
1
star
30

nd013-c2-fusion-starter

Python
1
star
31

SFND_Lidar_Obstacle_Detection

C++
1
star
32

canbus-tool

CAN bus tool that can send/dump data. GUI is implemented with Qt/PyQt and QML
Python
1
star