Skip to content

Export project to cloud (Google Cloud Storage, Amazon S3, Microsoft Azure, ...)

Notifications You must be signed in to change notification settings

supervisely-ecosystem/export-project-to-cloud-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export Supervisely project to cloud storage

OverviewHow To RunHow To UseExample

GitHub release (latest SemVer) views runs

Overview

This apps allows to export images/videos project with annotations (in Supervisely format) to the most popular cloud storage providers from Supervisely Private instance.

List of providers:

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

✅ For developers: you can use the sources of this app as a starting point for your custom export to cloud.

Release notes:

  • v1.0.6 - added support for video projects

How To Run

Run from Ecosystem

  1. Run app from the ecosystem
  1. Select project, provider, enter the bucket name and press the Run button in the modal window

Run from Images Project

Step 1. Run the application from the context menu of the Images or Videos Project

Step 2. Select provider, enter the bucket name and press the Run button in the modal window

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. Run app from the context menu of project you would like to export
  3. In modal window choose desired cloud provider and define the bucket name (bucket has to be already created)
  4. Press RUN button
  5. The project will be exported to the following path: /<bucket name>/<project name>

Example

Before import bucket is empty:

After import the project data (images/videos and annotations) is in bucket:

demo-result.mp4