annotations
Here are 896 public repositories matching this topic...
官方正式开启 Swoft 案例搜集,如果您的公司或项目正在使用 Swoft,欢迎您提供使用案例,我们将会显示到 swoft.org 官网上,让更多用户了解。
不会涉及任何风险,只需提供公司官网地址、logo等公开信息。
操作步骤
- 案例数据模板
JSON
{
"name": "project name",
"company": "company name",
"releaseDate": "2018-05-24",
"coverUrl": "cover image url",
"siteUrl": "official website url",
"logoUrl": "your logo url[REQUIRED]",
"description":-
Updated
Mar 15, 2020 - Python
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
Mar 12, 2020 - JavaScript
-
Updated
Mar 16, 2020 - JavaScript
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
Arguably the most widely used filesystem abstraction layer in PHP.
When I click 'open sidebar' in the mini-bar and the sidebar opens, I expect the tooltip of that button now to be 'close sidebar', but it stays as 'open sidebar' even though the button now closes it. It's the same in the opposite direction, if I annotate something causing the sidebar to open, the tooltip always stays 'close sidebar', even if it's closed.
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.
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
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Feb 27, 2020 - Java
Versions
- sequelize: ^5.21.2
- sequelize-typescript: ^1.0.0
- typescript: ^3.7.2
I'm submitting a ...
[x] bug report
[ ] feature request
Related
#244
Behavior
$set doesn't accept the save option described in sequelize documentation (https://sequelize.org/v5/class/lib/associations/belongs-to.js~BelongsTo.html#instance-method-set). The following code produces
-
Updated
Jul 15, 2019 - Java
Prerequisites
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
- I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
On a freshly installed system, I can install yarn according to the documentation.
Current Guideline
yarn ins
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
Oct 30, 2019 - JavaScript
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Feb 28, 2020 - Python
-
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.ZwhereX.Y.Zis a version number - link versions with
rel:latest-version,
-
Updated
Feb 25, 2019 - JavaScript
-
Updated
Jan 28, 2018 - Java
-
Updated
Feb 27, 2019 - Java
-
Updated
Nov 24, 2019 - Java
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."
Is it possible to modify it to work on text +hocr (overlayed on it)
So basically replacing image by image+hocr combo.
And then it can be used to annotate text document without having someone to type things after making box. As watever text comes inside box becomes the value for the key.
So at the end we have
Key, Value, Box-cordinates.
example: DATE, 28-May-2018, (x1,y1,x2,y2)
I will