Skip to main content

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
      
  • 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_)
      

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

videotosmi-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

videotosmi-0.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page