Skip to main content

trainer network model for transferring image

Project description

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

  1. 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

Project details


Download files

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

Source Distribution

EMS-analyzer-0.0.3.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

EMS_analyzer-0.0.3-py3-none-any.whl (6.5 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