Skip to content

DanielGomes14/Distributed_Object_Detection

 
 

Repository files navigation

Distributed_Object_Detection

2nd Project for Distributed Computing

Authors

Run Instructions

To test out the program (make sure to have all requirements first):
$ bash ./run.sh

Install

$ python3 -m venv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip
$ pip install -r requirements.txt
$ wget https://pjreddie.com/media/files/yolov3.weights

Examples

$ python3 object_detect.py kite.jpg
$ python3 video2image.py moliceiro.m4v

About

2nd Project for Distributed Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%