Skip to content

Robots-Vision/Yolov3_Custom_Dataset

Repository files navigation

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.

About

Using a custom trained model for object detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages