Introduction
If we use the Web Application of the Sample Labelling Tool, we may come across some cases where we need to access the tool from a different machine. Sometimes, we won't be able to complete the modeling in a single session. We may need to update the model after a while. For knowing how to handle this use case, please continue reading this article.
Prerequisites
How to get a Security Token?
If you are using v2.1 of the Labelling Tool, I personally recommend going for the Connection string, which is much simpler.
We are taking the Security Token from the browser/machine where we are currently working on modeling.
-
Go to "Settings" (gear) on the bottom-most part of the left pane. A screen similar to that in the bottom will be displayed.
-
Copy the Name and Key from this tab. The Key is called the Security Token.
How to get a Connection String?
We are taking the Connection from the browser/machine where we are currently working on modeling.
-
Go to the Home Page of the application and click the "Share" button on the top right corner. This is highlighted with the red square in the below screenshot.
-
The connection string is copied into the Clip Board. You can paste it where we need it.
How to Do It?
Step 1 - Create a Connection to Blob
-
Go to the web application using the URL. You will see a screen similar to the below screenshot.
-
Click on the "Plug" button which is marked with a red square on the above figure. The screen should be similar to the one below.
-
Give a "Display Name" which is a name you would like to refer to this connection in Labeling Tool. Here I give "OCR TEST"
-
(optional) Give a project "Description".
-
Paste the SAS URI you have got from Azure Portal when you create Shared Access Signature (SAS). It should have the form: https://<storage account>.blob.core.windows.net/<container name>?<SAS value>.
-
Click on "Save Connection".
-
You will get a notification "Successfully Saved **".
Now your tool is connected to your Blob Storage.
Step 2 (If you have a Connection String) - supports v2.1 and above
-
Go home by clicking the "Home" button on the left pane.
-
Click on "Open Cloud Project".
-
Paste the Connection string.
-
Click the "OK" button.
Your project should be available to you.
Step 2 (If you have the Security Token) - supports v2.0 and above
-
Click "Settings" (gear) on the bottom most on the left pane. A screen similar to that of the one in the bottom will be displayed.
-
Click the "Add Security Tokens" button on the page (Highlighted with red rectangle on the above screenshot).
-
Paste the "Token Name" and "Token Key" and click the "Save Settings" button. (which is also highlighted with a red rectangle in the above screenshot)
-
Go to the Home page by clicking "Home" on top of the left pane.
-
Click on "Open Cloud Project".
-
Select the Connection by "Connection Name" from the connection list.
-
Select the .fott which refers to the projects in the blob.
-
Click the "OK" button.
Your project should be available to you.
I hope you loved this article. Please comment if you faced any difficulties while following this. I'm also waiting for your valuable feedback.