VideoToSMI
Create a smi file based on the video.
- Copyright (c) 2019 InfoLab (Donggun LEE)
- How to install
pip install VideoToSMI
- other version
# 0.0.1 pip install VideoToSMI==0.0.1
- other version
- Functions
video = Video() # Goto https://github.com/Sotaneum/deepgeo def add_model(model_name, lib_name, config_data): pass # TO SMI def detect(file_url, model_name, frame_set, rotation, filter) return FILE
- How to use
- Import VideoToSMI
from videotosmi import Video
- Video To SMI
video = Video() video.add_model('mscoco','maskrcnn','d:/config.json') filter_ = ['car','bus','truck'] video.detect('d:/test.mov','mscoco',ftr=filter_) # rotation 180 video.detect('d:/test.mov','mscoco',rotation=180, ftr=filter_) #Frame 60 video.detect('d:/test.mov','mscoco',frame_set=60,rotation=180, ftr=filter_)
- Import VideoToSMI
Release files for videotosmi 0.0.1
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-0.0.1.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| videotosmi-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / videotosmi-0.0.1.tar.gz
| Download URL | videotosmi-0.0.1.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94c6d971c14ebe17e78d9d67c46588df0147fd4a9b398f00776159a2ae0e40e6
|
|
BLAKE2b-256 checksum How to use checksums |
9da00a24e4a1efc4761776ddeeaf39edc16a819f580590cd961108af58e52aac
|
| 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-0.0.1-py3-none-any.whl
| Download URL | videotosmi-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5c3d97aeea949338c80bfe836d010b2597be5693a526c46913525869356098fd
|
|
BLAKE2b-256 checksum How to use checksums |
5a7a3b718cadbc007f711492f4c39820a28585de2c20118c1e3eba47aced5a53
|
| 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
|