Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed Apr 13, 2024
1 parent d9d93b2 commit 15702ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ de inferencia (es **mas lento**). Estos modelos se encuentran [`alpr/models/dete

## Reconocedor (ROC/OCR)

![Demo yolo v4 tiny](https://github.com/ankandrew/cnn-ocr-lp/blob/master/extra/demo.gif)
![Demo OCR](https://raw.githubusercontent.com/ankandrew/fast-plate-ocr/4a7dd34c9803caada0dc50a33b59487b63dd4754/extra/demo.gif)

Para el **reconocedor de caracteres** [OCR](https://es.wikipedia.org/wiki/Reconocimiento_%C3%B3ptico_de_caracteres) de
las patentes, se diseñaron unos modelos personalizados en TensorFlow Keras.
Expand All @@ -47,7 +47,7 @@ En este repositorio se pueden encontrar los mismos modelos que [aca](https://git
Con python **3.x**:

```
pip install -r requirements.txt
pip install .
```

Para correr con la **placa de video/GPU** y acelerar la inferencia, instalar
Expand Down

0 comments on commit 15702ce

Please sign in to comment.