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 # This method will soon be supported.
- other version
# 0.0.1 pip install VideoToSMI-Server==0.0.1 # This method will soon be supported.
- other version
- How to use
from VideoToSMI-Server 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
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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7da1706b490c7570a0123adb0f1c08cea956a0da553d51840f3a6e55320047d |
|
MD5 | 4de9f9cb69c3de6b73765782b2d56924 |
|
BLAKE2b-256 | cb624c852bbf07b4b21eb17d59d08e78b851e3a2af28ecea3724df3696db06e5 |