Skip to content

Commit

Permalink
Update export.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis authored Sep 1, 2021
1 parent 74f9845 commit 7dbafde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions export.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Hoo boy, that took a while. Now we're in a position to start exporting and conve

### On your desktop:

Get the repository and follow Ultralytics' install instructions - we're going to use a different repository that has TFLite export built-in:
Get the repository and follow Ultralytics' install instructions:

```
git clone https://github.com/zldrobit/yolov5
git clone https://github.com/ultralytics/yolov5
cd yolov5
pip3 install -r requirements.txt
```
Note tf export has now been merged into the main repository, so you should be good.

## Exporting models

Expand Down Expand Up @@ -119,4 +120,4 @@ Compilation succeeded!

The output file will be called `yolov5s-int8-224_edgetpu.tflite` (or you can use the `-o` option to fix it).

That's it! You can now run this model on your EdgeTPU, but you'll need some additional logic to process the output.
That's it! You can now run this model on your EdgeTPU, but you'll need some additional logic to process the output.

0 comments on commit 7dbafde

Please sign in to comment.