annotation-tool
Here are 341 public repositories matching this topic...
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Expected Behaviour
I want to access the traefik dashboard. I have cvat setup on a server with https. I modified the docker-compose.https.yml according to the comment for using the traefik dashboard. So included the lin
-
Updated
Jul 2, 2022 - JavaScript
How to reproduce the behaviour
The error occurs in the Step 5/9 of the docker build process
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: BAD signature
WARNING: Ignoring http
-
Updated
Dec 6, 2021 - TypeScript
-
Updated
Jun 23, 2022
-
Updated
Oct 12, 2021 - JavaScript
Add a way to change the sample id output in the annotation process to a specific number (see picture).
Reason: I want to annotate large text and the app don't like it when the documents to annotate are too large, so I spitted in a sentence the document but I would like to be able to
-
Updated
Jan 10, 2022 - C++
The default RubrixLogHTTPMiddleware record mapper for token classification expect a structured including a text field for inputs. This could make prediction model inputs a bit cumbersome. Default mapper could accepts also flat strings as inputs:
def token_classification_mapper(inputs, outputs):
i-
Updated
Jul 6, 2022 - Python
What?
Currently, API manually throws its own messages and errors. We should move them to werkzeug exceptions.
-
Updated
May 9, 2022 - Python
-
Updated
Jul 4, 2022 - C
-
Updated
May 3, 2022
-
Updated
May 4, 2022 - JavaScript
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 7, 2022 - C
-
Updated
Jul 5, 2022 - Java
-
Updated
Jul 5, 2022 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Jun 1, 2022 - Jupyter Notebook
-
Updated
May 9, 2022 - JavaScript
-
Updated
Apr 30, 2019 - C++
Improve touch
allowTouch should be true by default, however, the fact that it disables scrolling can feel very janky.
It should have an intuitive toggling mechanism - i.e. only allow annotation creation when the image is clicked at least once (focusing on image)
-
Updated
Jun 26, 2022 - Python
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jun 24, 2022 - JavaScript
-
Updated
May 30, 2022 - C++
Improve this page
Add a description, image, and links to the annotation-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the annotation-tool topic, visit your repo's landing page and select "manage topics."

Describe the bug
When exporting a brush annotation as a PNG, the output is not mapped by the background colors specified in (Settings > Labeling Interface). In addition, when exporting as a JSON, the background colors for the attributes are not specified anywhere, leaving the values that were selected in the interface as arbitrary and as not linked to any of the outputs.
To Reproduce