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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file VideoToSMI-Server-0.0.4.tar.gz.
File metadata
- Download URL: VideoToSMI-Server-0.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1406235b9ac58a1cf72ce55289f881220127844dbfd5680f34c654038d19127f
|
|
| MD5 |
ffd52fa1c1ca6e63cf018e025a8ce010
|
|
| BLAKE2b-256 |
b9bfa943a3d70470d65f013452b7ea1cc040a8926156fd86885b67fbbb94b943
|
File details
Details for the file VideoToSMI_Server-0.0.4-py3-none-any.whl.
File metadata
- Download URL: VideoToSMI_Server-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c91d0f3d8ea5ed61792ffa8527d0a1079a54e06a1bb7afd0130a59cbd3cd133
|
|
| MD5 |
8ad6b4ca8c43abcf2445605ecd33d89e
|
|
| BLAKE2b-256 |
7b0f1754e513e8d2e3e7a79f931c225abed4f38813bf0a4e2a975838a4ff7f0a
|