Create a smi file in Web based on the video
Project description
VideoToSMI-Server
Create a smi file in Web based on the video
- Copyright (c) 2019 InfoLab (Donggun LEE)
- How to install
pip install VideoToSMI-Server
- other version
# 0.0.3 pip install VideoToSMI-Server==0.0.3 # 0.0.4 pip install VideoToSMI-Server==0.0.4
- other version
- How to use
from VideoToSMIServer import Server, ServerConfig config = ServerConfig() config.MODEL_NAME = "mscoco" config.IP = "127.0.0.1" config.PORT=80 config.MODEL_CONFIG_PATH = "D:/test/config.json" config.MODEL_ENGINE = "maskrcnn" config.FILTER = ['truck','car','bus'] config.VIDEO_FOLDER = "D:/test/videotosmi/" server = Server(config) server.Run() # POST VIDEO FILE -> http://127.0.0.1:80/ -> Reulst SMI FILE
- How to Test
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
Built Distribution
Close
Hashes for VideoToSMI_Server-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c91d0f3d8ea5ed61792ffa8527d0a1079a54e06a1bb7afd0130a59cbd3cd133 |
|
MD5 | 8ad6b4ca8c43abcf2445605ecd33d89e |
|
BLAKE2b-256 | 7b0f1754e513e8d2e3e7a79f931c225abed4f38813bf0a4e2a975838a4ff7f0a |