You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
-[Download and install a release package for your platform (recommended)](#download-and-install-a-release-package-for-your-platform-recommended)
35
+
-[Build and run from source](#build-and-run-from-source)
36
+
-[Run as Web Application](#run-as-web-application)
37
+
-[V1 & V2](#v1--v2)
38
+
-[Where is V1](#where-is-v1)
39
+
-[V1 releases](#v1-releases)
40
+
-[V1 projects in V2](#v1-projects-in-v2)
41
+
-[Using VoTT](#using-vott)
42
+
-[Creating Connections](#creating-connections)
43
+
-[Creating a New Project](#creating-a-new-project)
44
+
-[Project Settings](#project-settings)
45
+
-[Security Tokens](#security-tokens)
46
+
-[Labeling an Image](#labeling-an-image)
47
+
-[Labeling a Video](#labeling-a-video)
48
+
-[Exporting Labels](#exporting-labels)
49
+
-[Keyboard Shortcuts](#keyboard-shortcuts)
50
+
-[Tag Ordering](#tag-ordering)
51
+
-[Tag Locking](#tag-locking)
52
+
-[Editor Shortcuts](#editor-shortcuts)
53
+
-[Mouse Controls](#mouse-controls)
54
+
-[Collaborators](#collaborators)
55
+
-[Contributing to VoTT](#contributing-to-vott)
53
56
54
57
<!-- tocstop -->
55
58
56
59
## Getting Started
57
60
58
-
VoTT can be installed as a native application or run from source.
61
+
VoTT can be installed as a native application or run from source. VoTT is also available as a [stand-alone Web application](https://vott.z5.web.core.windows.net) and can be used in any modern Web browser.
59
62
60
63
### Download and install a release package for your platform (recommended)
> When running locally with `npm`, both the electron and the browser versions of the application will start. One major difference is that the electron version can access the local file system.
78
80
81
+
### Run as Web Application
82
+
83
+
Using a modern Web browser, VoTT can be loaded from: [https://vott.z5.web.core.windows.net](https://vott.z5.web.core.windows.net)
84
+
85
+
As noted above, the Web version of VoTT *cannot* access the local file system; all assets must be imported/exported through a Cloud project.
86
+
79
87
## V1 & V2
80
88
81
89
VoTT V2 is a refactor and refresh of the original Electron-based application. As the usage and demand for VoTT grew, `V2` was started as an initiative to improve and make VoTT more extensible and maintainable. In addition, `V2` uses more modern development frameworks and patterns (React, Redux) and is authored in TypeScript.
@@ -238,7 +246,7 @@ VOTT allows you to fine tune the bounding boxes using the arrow keys in a few di
238
246
* Ctrl + Alt + Arrowkey - Shrink Region
239
247
* Ctrl + Shift + Arrowkey - Expand Region
240
248
241
-
The slide viewer can be navigated from the keyboard as follows:
249
+
The slide viewer can be navigated from the keyboard as follows:
0 commit comments