annotations
Here are 929 public repositories matching this topic...
集合类功能可以实现高阶消息吗?
Is your feature request related to a problem? Please describe.
I use macOS when I'm labeling and verifying images. When I delete a label, the warning dialog box pops up. Currently, pressing Enter selects "No" in the dialog box. There is no way to change it to "Yes" using just the keyboard. Also, when I select to delete the label, I'm certain I want to delete it. If I deleted the label by mist
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
Create text classification project that shows text to the annotator. The text also includes URLs or terms that the annotator may want to look up.
However normal copying the string to look up is not possible, presumably because the code that normally handles text selection in order create a sequence annotation (like for NER) is active.
"Normal copying" would be that the user marks the text to
For instance in some places we use el.nodeType
which in our abstraction returns a string:
...
getNodeType() {
switch(this.el.nodeType) {
case window.Node.TEXT_NODE:
return "text"
case window.Node.ELEMENT_NODE:
return 'element'
case window.Node.DOCUMENT_NODE:
return 'document'
case window.Node.COMMENT_NODE:
return '
Describe the bug
The data type formats link in the README does not point at anything.
To Reproduce
Steps to reproduce the behavior:
- Go to https://github.com/swaggo/swag/blob/ab69c2399a4b62ecf9fe39ebe2cab91e91a437e9/README.md#available
- Click on Data Type Formats
- It goes nowhere
Expected behavior
To show me the documentation for Data Type formats.
**Desktop (pleas
Is your feature request related to a problem? Please describe.
I got few migrations each referring a different connection. migrate:fresh, migrate:refresh doesn't handle this scenario since they operate on the default connection or in the specific connection passed via --database param.
Describe the solution you'd like
The simplest solution can be to process only migrations that has th
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?
While answering #878, I realized, that both user manual and quick guide could be improved. Goal should be to get first time users started as quickly as possible.
Thinking back to my first time contact with picocli I remembered it wasn't straightforward for me to get things up and running, either. Don't get me wrong: The picocli manual is very complete, concise and was/is of great help for me in m
In navigation drawer when user click on any specific menu then that menu should be shown selected
How do we do this by using your library...??please help me to figure out this solution.
-
Updated
May 13, 2020 - JavaScript
I'm finding myself struggling with finding answers about how to init my db and doing migrations.
Eventually I managed to use the sequelize migrations with typescript in a type safe way, but there are more things sequelize-typescript related that I still haven't figured out and I feel it would be of great help to add them to the readme. All related to DB init and migrations:
- What type and best
-
Updated
Feb 27, 2020 - Java
-
Updated
May 17, 2020 - Java
Description
I still haven't been able to reproduce this crash consistently but it been happening every now and then according to our Crashlytics. Also we haven't changed anything significantly with out cluster implementation so I'm not sure what could be causing it.
Crashed: NSOperationQueue 0x1c482b240 (QOS: UNSPECIFIED)
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000
$s7Cluster1
Usage in Express?
Wondering if you could provide a basic example on how to use this in a express app?
-
Updated
May 7, 2020 - JavaScript
flake8 testing of https://github.com/juand-r/entity-recognition-datasets on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./data/NIST_IEER/CONLL-format/utils/quick_comma_fix.py:41:37: E999 SyntaxError: invalid syntax
print annotations
^
./data/NIST_IEER/
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Jul 31, 2019 - Python
I'm trying to create a multiple snapshots/releases/versions of an article. I found rel:latest-version
, rel:predecessor-version
but no real-world example of a publication with versions. My approach would be:
- put current version at
http://example.org/article
- put versions at
http://example.org/article/X.Y.Z
whereX.Y.Z
is a version number - link versions with
rel:latest-version
,
-
Updated
Feb 25, 2019 - JavaScript
-
Updated
Apr 29, 2020 - Java
Hi
The package is great. Just starting using it. But got a hard time trying to figure out how to link my table using "%<+%"
Suggestion: Include a comment saying that either the data has a "label" column to link with the tip label in the tree, or that it will use the first column by default.
Nicely done!
Carlos Alberto
-
Updated
Feb 27, 2019 - Java
Context
While trying to debug FabricMC/fabric-mixin-compile-extensions#1, I came across three things which don't appear right to me but I may just be missing the bigger picture for some of them.
Disclaimer
I was debugging using Fabric's Mixin fork and mapping provider. The respective sources code concerning the issues appears to be the same in fork and upstream
Improve this page
Add a description, image, and links to the annotations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the annotations topic, visit your repo's landing page and select "manage topics."
It would be nice to mention the dependency on
libxml2-dev libxslt1-dev
in the docs when building from source on Ubuntu.