Skip to content

supervisely-ecosystem/import-videos-from-cloud-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import videos from cloud storage

OverviewHow To Use

GitHub release (latest SemVer) views runs

Overview

This apps allows to import videos from most popular cloud storage providers to Supervisely Private instance.

List of providers:

  • Amazon s3
  • Google Cloud Storage (CS)
  • Microsoft Azure
  • and others with s3 compatible interfaces

App supports two types of import:

  1. copy videos from cloud to Supervisely Storage (pros: fast video streaming, cons: data is duplicated)
  2. add videos by link (pros: data will not be duplicated, cons: video streaming lags are possible - it depends on cloud configuration)

⚠️ Notice: for any of these import types app downloads video to its temp directory, processes it and extracts some technical information like timestamp-frame index mapping, number of streams, resolution and so on. Once the video is processed, it will be removed from temp directory. This is the one time procedure.

How To Use

  1. Ask your instance administrator to add cloud credentials to instance settings. It can be done both in .env configuration files or in Admin UI dashboard. Learn more in docs: link1, link2. In case of any questions or issues, please contact tech support.
  2. Add app to your team from Ecosystem
  3. Run app from Team Apps Page
  4. Connect to cloud bucket, preview and select files and directories, import selected files to some project/dataset. You can perform these actions as many times as needed
  5. Once you are ready with the app, you should close app manually

Watch short video for more details:

SLY_EMBEDED_VIDEO_LINK

Screenshot