Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eric612 committed Dec 28, 2017
1 parent 4949317 commit 30a4148
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
**Vehicle Detection
# Vehicle Detection
```
Compare different model using same dataset
## Compare different model using same dataset
```
1. [YoloV2](https://github.com/eric612/yolov2-windows)

2. [FasterRCNN](https://github.com/intel/caffe)

3. [SSD](https://github.com/eric612/MobileNet-SSD-windows)

**YoloV2 Model download
### YoloV2 Model download

download [here](https://drive.google.com/open?id=1pfGqD00STsauvBAnj6UyzNlgSJugm89q)

**YoloV2 Result
### YoloV2 Result

[![1](https://img.youtube.com/vi/kuKnOTDIbq4&t=1s/0.jpg)](https://www.youtube.com/watch?v=kuKnOTDIbq4&t=1s)

Expand All @@ -24,25 +24,25 @@ download [here](https://drive.google.com/open?id=1pfGqD00STsauvBAnj6UyzNlgSJugm8

[![5](https://img.youtube.com/vi/3KSccLecHEM/0.jpg)](https://www.youtube.com/watch?v=3KSccLecHEM)

**FasterRCNN Model
### FasterRCNN Model

[VGG16](https://drive.google.com/open?id=1NQ9F74FTZnXM-hyuwYAoDBOYBjDSf5bp)

[VGG19](https://drive.google.com/open?id=1FiSktKooiABZJB5UIun9tAmD5aTEAHxn)

**FasterRCNN Result
### FasterRCNN Result

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/xjIB9t1tLOg/0.jpg)](https://www.youtube.com/watch?v=xjIB9t1tLOg)

**SSD Model
### SSD Model

Download weights and prototxt [here](https://drive.google.com/open?id=1RdRDzfhVtzX27Lp8clv5mahyTf0O-O8Y)

**SSD Result
### SSD Result

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/xu9MkkufG0g/0.jpg)](https://www.youtube.com/watch?v=xu9MkkufG0g)

** Source Video
### Source Video

[street](https://drive.google.com/open?id=1Wkk_n_yXz0C8nuwPK_1B8bJVJf7vzWeB)

Expand Down

0 comments on commit 30a4148

Please sign in to comment.