Importing Assets
Ways in which you can import assets (files) in Ango Hub.
Last updated
Ways in which you can import assets (files) in Ango Hub.
Last updated
Ango Hub provides four methods to import assets for labeling.
The Browser Import method is a drag-and-drop interface, through which files can be imported directly from your system.
If Ango Hub was installed on-premises, assets imported this way will be copied to the /uploaded-data/
folder within Ango Hub's root. If you are using Ango Hub on the cloud, assets imported this way will be uploaded to Ango's AWS encrypted cloud storage in Germany.
.
You may alternatively upload a JSON containing the file paths and their . This is what we call Cloud Import. Assets imported this way are not copied over, and are simply fetched as necessary to display them. More details on this method can be found in the pages below:
Upload private cloud assets
By using our SDK, you can import assets, either from your local machine or from a cloud storage location such as an AWS S3 bucket or Azure storage, directly from your Python script. See our for the functions and for more.
Audio files must have a constant bitrate.
Otherwise, the annotation timings will not be correct in the final export.
Ango Hub provides an asset builder with which you may create custom assets using the information contained in a .csv you have imported. See the page and function for more.