-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update items Workspace and Types of shapes in User Guide #1497
Merged
nmanovic
merged 6 commits into
cvat-ai:develop
from
TOsmanov:UG-update-items-Workspace-and-Types-of-shapes
May 7, 2020
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
+64.8 KB
(160%)
cvat/apps/documentation/static/documentation/images/image007_DETRAC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.48 KB
(100%)
cvat/apps/documentation/static/documentation/images/image013_DETRAC.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+37.2 KB
cvat/apps/documentation/static/documentation/images/image015_DETRAC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+134 KB
cvat/apps/documentation/static/documentation/images/image138_mapillary_vistas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.32 KB
cvat/apps/documentation/static/documentation/images/image139_mapillary_vistas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
- [Downloading annotations](#downloading-annotations) | ||
- [Task synchronization with a repository](#task-synchronization-with-a-repository) | ||
- [Vocabulary](#vocabulary) | ||
- [Workspace — Context menu](#workspace--context-menu) | ||
- [Workspace](#workspace) | ||
- [Settings](#settings) | ||
- [Bottom Panel](#bottom-panel) | ||
- [Side panel](#side-panel) | ||
|
@@ -383,11 +383,12 @@ The tool consists of: | |
|
||
### Types of shapes (basics) | ||
|
||
There are four shapes which you can annotate your images with: | ||
There are five shapes which you can annotate your images with: | ||
- ``Rectangle`` or ``Bounding box`` | ||
- ``Polygon`` | ||
- ``Polyline`` | ||
- ``Points`` | ||
- ``Cuboid`` | ||
- ``Tag`` | ||
|
||
And there is how they all look like: | ||
|
@@ -396,7 +397,7 @@ And there is how they all look like: | |
|
||
![](static/documentation/images/image009_mapillary_vistas.jpg "Polyline") ![](static/documentation/images/image010_Affectnet.jpg "Points") | ||
|
||
![](static/documentation/images/image135.jpg "Tag") | ||
![](static/documentation/images/image015_DETRAC.jpg "Cuboid") ![](static/documentation/images/image135.jpg "Tag") | ||
|
||
``Tag`` - has no shape in the workspace, but is displayed in objects sidebar. | ||
|
||
|
@@ -609,38 +610,25 @@ Tracks are created in ``Track mode`` | |
- _Automatic_ which is created automatically without a person in the loop | ||
|
||
--- | ||
### Workspace — Context menu | ||
### Workspace | ||
|
||
Press the ``Right mouse button`` to see the context menu. | ||
This is the main field in which drawing and editing objects takes place. | ||
In addition the workspace also has the following functions: | ||
- Right-clicking on an object calls up the ``Object card`` - this is an element containing | ||
the necessary controls for changing the label and attributes of the object, as well as the action menu. | ||
|
||
Next options are available clicking inside bounding box: | ||
- ``Copy Object URL`` — copying to the buffer address of an object on the frame | ||
in the task | ||
- ``Change Color`` — change color of active shape | ||
- ``Remove Shape`` — deleting the shape | ||
- ``Switch Occluded`` — attribute is used if an object is occluded by another | ||
object or isn't fully visible on the frame. Use the ``Q`` shortcut to set the | ||
property quickly. | ||
- ``Switch Lock`` — block editing the active shape | ||
- ``Enable Dragging`` — (only for polygons) allows to adjust polygons position | ||
- ``Split`` — allows to split an interpolated track into two separate tracks. This function is the opposite | ||
of the merge function. | ||
![](static/documentation/images/image138_mapillary_vistas.jpg) | ||
|
||
![](static/documentation/images/image089.jpg) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see that a couple of images were deleted in documentation. Are they using somewhere or we need to delete these files? |
||
![](static/documentation/images/image090.jpg) | ||
![](static/documentation/images/image103.jpg) | ||
- Right-clicking a point deletes it. | ||
|
||
Clicking on the points of poly-shapes, ``Remove`` option is available. | ||
![](static/documentation/images/image139_mapillary_vistas.jpg) | ||
nmanovic marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
![](static/documentation/images/image092.jpg) | ||
- ``Z-axis slider`` - Allows you to switch annotation layers hiding the upper layers | ||
(slider is enabled if several z layers are on a frame). | ||
This element has a button for adding a new layer. When pressed, a new layer is added and switched to it. | ||
You can move objects in layers using the ``+`` and ``-`` keys. | ||
|
||
Clicking outside any shapes, you can copy ``Frame URL`` (link to present frame) or ``Job URL`` (link from address bar) | ||
|
||
![](static/documentation/images/image091.jpg) | ||
|
||
Applying ``split`` into an interpolated track divides it into two separate tracks. | ||
|
||
![](static/documentation/images/gif010.gif) | ||
![](static/documentation/images/image140.jpg) | ||
|
||
--- | ||
### Settings | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please fix
There are four shapes which you can annotate
above?