Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 742 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 742 Bytes

Yolov3_Custom_Dataset

Using a custom trained model for object detection

Instructions

pip install -r requirements.txt --no-deps --user

This command will install all required libraries for this project

Resource folder

Possíveis erros

If appears the following error in your terminal:

'pip' is not recognized as an internal or external command,
operable program or batch file.

You need to add pip on your PATH variable, for this you just need to execute the command below:

set PATH=%PATH%;C:\Program Files\Python37\Scripts

Note: If your python interpreter was at other version or been in another path, modify the command.