microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.3k stars 837 forks source link

feat: add preview of filepaths in project settings #877

Closed luisamiranda closed 5 years ago

luisamiranda commented 5 years ago

Previously, in project settings, a user could only see the display name of the source and target connections, which might not have made clear which directory or storage account they were using. This adds the filepath or storageaccount and container name the to project settings dropdowns for source and target connection.

Resolves #792

Before: project-settings After: project-settings-filepath-preview