Skip to main content

Intelligent Pigeon is a program made for IOT, by which you can detect Object from a Image and send to a server

Project description

Intelligent Pigeon is a program made form IOT, by which you can detect Object from a Image and send to a server.

Command for extracting images from a video:

python pigeon.py extract video_path output_path

After running the code output_path will created with 4 subfolder on your current folder, and image extracted on those folders.

Command for detect object and send it to server is:

python pigeon.py send <server_name> <path> weights classes.txt labeled

server_name is where you want to send object detected image.

path is the path from where you want detect and send images.

weights is darknet trained file for yolov4 object detection which you have to download.

classes.txt is a text file where list of all object present.

labeled is optional. If you want to send The image to the server with label then write it.

Project details


Release history Release notifications | RSS feed

This version

1.6

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intelligent_pigeon-1.6.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

intelligent_pigeon-1.6-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page