Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronildofacanha committed May 12, 2022
1 parent 1075963 commit f2401d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas:
- [Python](https://www.python.org/)
- [OpenCV](https://pypi.org/project/opencv-python/)
- [dlib](https://pypi.org/project/dlib/)

Baixe os arquivos do yolo4 e extraia na pasta principal
- https://1drv.ms/u/s!AsDXkjCJnNwegfxoRMkG4kAJzXWJ1w?e=JVgIi4
Expand All @@ -19,6 +20,7 @@ Baixe os arquivos do yolo4 e extraia na pasta principal

# Instale as dependências
pip install opencv-python
pip install dlib

### 🎲 Executar
Basta o camando -> python arquivo_nome.py
Expand Down

0 comments on commit f2401d3

Please sign in to comment.