Skip to content

Commit

Permalink
Move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Aug 6, 2019
1 parent 97de2a3 commit b5ed42e
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 726 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ Now run the app:
pi@raspberrypi:~/coral-pi-rest-server $ python3 coral-app.py
```

I am running on a pi 3 with the raspi camera below. FYI the camera is mounted on a [pan-tilt stage](https://shop.pimoroni.com/products/pan-tilt-hat).
I am running on a pi3 with the raspi camera below. FYI the camera is mounted on a [pan-tilt stage](https://shop.pimoroni.com/products/pan-tilt-hat).

<p align="center">
<img src="https://github.com/robmarkcole/coral-pi-rest-server/blob/master/images/my_setup.png" width="500">
</p>

Using the pi3 (which has only usb2) processing a single request from another machine via this server takes ~ 300 to 500 ms. Therefore this is certainly fast enough to process images at 1 FPS which in my experience is suitable for tasks such as counting people in a room.

## Models
If you have installed the raspberry pi disk images from edgetpu-platforms then you already have all the models in `home/pi/all_models`. If you are using a linux desktop you will need to download the models.
* The official pre-compiled models are at -> https://coral.withgoogle.com/models/
Expand Down
474 changes: 474 additions & 0 deletions coral-app-usage.ipynb

Large diffs are not rendered by default.

258 changes: 0 additions & 258 deletions development/coral-usage.ipynb

This file was deleted.

467 changes: 0 additions & 467 deletions usage/coral-app-usage.ipynb

This file was deleted.

0 comments on commit b5ed42e

Please sign in to comment.