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
Release files for VideoToSMI-Server 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| VideoToSMI-Server-0.0.4.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| VideoToSMI_Server-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / VideoToSMI-Server-0.0.4.tar.gz
| Download URL | VideoToSMI-Server-0.0.4.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1406235b9ac58a1cf72ce55289f881220127844dbfd5680f34c654038d19127f
|
|
BLAKE2b-256 checksum How to use checksums |
b9bfa943a3d70470d65f013452b7ea1cc040a8926156fd86885b67fbbb94b943
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / VideoToSMI_Server-0.0.4-py3-none-any.whl
| Download URL | VideoToSMI_Server-0.0.4-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0c91d0f3d8ea5ed61792ffa8527d0a1079a54e06a1bb7afd0130a59cbd3cd133
|
|
BLAKE2b-256 checksum How to use checksums |
7b0f1754e513e8d2e3e7a79f931c225abed4f38813bf0a4e2a975838a4ff7f0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|