-
Updated
Feb 13, 2019 - Java
annotation
Here are 621 public repositories matching this topic...
Thank you for the great effort, you are putting into this project :) There is, however, a feature I miss; rotated bounding boxes. Especially when objects are thin and diagonal, an ordinary bounding box fits poorly. Examples of such cases are shown here: rotated bounding boxes
A way annotation could be
-
Updated
Jun 2, 2020 - JavaScript
Does Memex automatically store what I bookmark in Firefox on an ongoing basis?
Does what I add to Memex automatically get added to my browser bookmarks?
What's the relationship between Memex datastore and existing datastores in-browser which reflect ongoing usage?
When I run the swift example code from the documentation I get an error on line 7
let b = new_aubio_source(path, 0, hop_size) Cannot convert value of type 'URL?' to expected argument type 'UnsafeMutablePointer<char_t>!' (aka 'ImplicitlyUnwrappedOptional<UnsafeMutablePointer>')
I've been trying to figure out how to get the right data type in there but haven't had success yet.
hypothesis / h
I was surprised to find that the search endpoint only returns bonafide annotations, and not highlights. It's not clear to me from the API docs how or if I can request highlights in addition to annotations. I ch
We have a lot of repetitive instances in our data and it a simple Copy/Cut - Paste (Ctrl+C/X and Ctrl+V) function for bounding boxes would help speed up labelling by a lot!
Edit: Also multi-selection of multiple boxes/geometries would be great for a faster workflow
-
Updated
May 26, 2020 - Java
I think it would increase the visibility of this repo to add Github topics. I was surprised when I didn't see this repo near the top of https://github.com/topics/image-labeling
Instructions for adding github topics:
https://help.github.com/en/articles/classifying-your-repository-with-topics
example topics from opencv/cvat:
![screenshot 2019-02-21 at 18 40
-
Updated
Jun 3, 2020 - C++
This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.
These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.
For documentation, see https://docs.devwithlando.io.
-
Updated
Aug 29, 2018 - Jupyter Notebook
-
Updated
Apr 1, 2020 - Java
-
Updated
Jul 24, 2019
-
Updated
Apr 21, 2020 - Java
-
Updated
Jan 10, 2020 - PHP
-
Updated
Apr 29, 2020
-
Updated
Feb 26, 2020 - Kotlin
When taking a screenshot of a window and saving it, it would be nice to have the window title in the filename.
-
Updated
Oct 31, 2019 - Jupyter Notebook
-
Updated
Apr 16, 2020 - TypeScript
Steps to reproduce
- Login to the service from the sidebar
- Logout from the sidebar
- Login again
Expected behaviour
The password should be asked again at the second login.
Actual behaviour
Login happens automatically without asking for a password.
Additional details
This happens because the logout option in the sidebar only revokes the auth token without unsetti
This will display text1,text2 in one line.
label: { content: ['text1', 'text2'], enabled: true, position: "top" }
I'm not sure if that is the wanted behaviour but the readme states:
// Text to display in label - default is null. Provide an array to display values on a new line
So the above code snip
-
Updated
May 31, 2020 - C#
Ontology example
is someone familiar with the Ontology process and can share an RDF file for example?
Super Thanks :)
-
Updated
Apr 15, 2020 - Go
Just wanted to note that adding this flag to scalacOptions caused an error when trying to generate docs (sbt doc). To fix, I have removed this flag from Compile / doc scope in build.sbt like so:
scalacOptions in(Compile, doc) := scalacOptions.value.filterNot(Seq("-P:silencer:checkUnused").contains)Although perhaps the flag could also only be applied to the `Compile /
Improve this page
Add a description, image, and links to the annotation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the annotation topic, visit your repo's landing page and select "manage topics."
Right now when we drag and drop a document into the sidebar, the default preview is a WIDE image which makes it hard to figure out where to drop it in the sidebar.
We should implement a better drag preview.
Sort of like this:
... this can be done via the onDrag event. I tried to