EMS-analyzer
EMS(electronic monitoring system)-analyzer is collecting the image data and detecting the object using Yolo. And stitching the images which is already detected image of consist to quadrant image. And it train the this images
Installing
Install from PyPI
pip install EMS-analyzer
Usage
- Setting and run Server ans Client
from EMS-analyzer import Server
Server.init(ip_addr='server_ip'
,h0=['ha','hb','hc','hd']
,s0=['sa','sb','sc','sd'])
class_name, model=init_yolo()
Server.main(class_name, model)
from EMS-analyzer import Client
Client.main(ip_addr='sever_ip', input_image='image or video')
TODO
Release files for EMS-analyzer 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| EMS-analyzer-0.0.3.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| EMS_analyzer-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.9 kB
Release files / EMS-analyzer-0.0.3.tar.gz
| Download URL | EMS-analyzer-0.0.3.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
152117f4c8e37b16af37657009350c154d8660cd4299298fee8c20cfd5f3f5df
|
|
BLAKE2b-256 checksum How to use checksums |
26b9ad4507586877b9d7bb16a3a04ad91fc8706c34cac5c6b7420c2575af8530
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / EMS_analyzer-0.0.3-py3-none-any.whl
| Download URL | EMS_analyzer-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
21602783dafe71cdc373593a01e7ce0b536a1be4d9d7831080b185ddd71c3b92
|
|
BLAKE2b-256 checksum How to use checksums |
a9fd11ce0d814bb692579538f6ff7f6b3bb46030a3ef67e87613a96b4142a3ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|