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.
Release files for intelligent-pigeon 1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| intelligent_pigeon-1.6.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| intelligent_pigeon-1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / intelligent_pigeon-1.6.tar.gz
| Download URL | intelligent_pigeon-1.6.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30820deae89b1ae3439132950157d4329101d3e4ec5142c421001d7724d410f9
|
|
BLAKE2b-256 checksum How to use checksums |
49ba3ae67a8b6ba5c8a65ec5b21edd440a5bc5aad3f95c4fe221d16873427d5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
|
Release files / intelligent_pigeon-1.6-py3-none-any.whl
| Download URL | intelligent_pigeon-1.6-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9dc78d18b5b9114defc31409cee9274295375ab0c1b98d73c88087c03188100f
|
|
BLAKE2b-256 checksum How to use checksums |
160d46f5219d2ac025fd57d616e789df6f1b276ba38bd7651a823e7b8b8afb73
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
|