Create a smi file based on the video.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
videotosmi-0.0.1.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file videotosmi-0.0.1.tar.gz
.
File metadata
- Download URL: videotosmi-0.0.1.tar.gz
- Upload date:
- Size: 4.2 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 | 94c6d971c14ebe17e78d9d67c46588df0147fd4a9b398f00776159a2ae0e40e6 |
|
MD5 | e2e587b37fe10fcf7f93b9ac38b80ef9 |
|
BLAKE2b-256 | 9da00a24e4a1efc4761776ddeeaf39edc16a819f580590cd961108af58e52aac |
File details
Details for the file videotosmi-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: videotosmi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 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 | 5c3d97aeea949338c80bfe836d010b2597be5693a526c46913525869356098fd |
|
MD5 | cb875cf716e8c33cc403e14b0b6f0e78 |
|
BLAKE2b-256 | 5a7a3b718cadbc007f711492f4c39820a28585de2c20118c1e3eba47aced5a53 |