You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure proper functionality of the application locally, an npm `6.x.x` and node.js `v11.x.x` versions are required. More information about this problem is available in the [#16][4].
43
+
44
+
## Supported Keyboard Shortcuts
45
+
46
+
| Functionality | Context | Mac | Windows / Linux |
Some Windows 10 users may also have problems with running applications locally. The problems can be solved by adding additional dependencies to the project, through a command: `npm install normalize.css --save`. More information about this problem is available in the [#16][4].
58
+
**Table 1.** Supported keyboard shortcuts
58
59
59
60
## Supported Output Formats
60
61
@@ -64,182 +65,35 @@ Some Windows 10 users may also have problems with running applications locally.
64
65
|**Rect**| ☑ | ☑ | ☑ | ☐ | ☐ | ☒ |
65
66
|**Polygon**| ☐ | ☒ | ☐ | ☑ | ☐ | ☐ |
66
67
67
-
**Table 1.** The matrix of supported labels export format, where:
68
+
**Table 2.** The matrix of supported labels export format, where:
68
69
* ☑ - supported format
69
70
* ☐ - not yet supported format
70
71
* ☒ - format does not make sense for a given label type
71
72
73
+
You can find examples of export files along with a description and schema on our [Wiki][7].
72
74
75
+
## Privacy
73
76
74
-
**A .zip package containing files in YOLO format**
75
-
76
-
<details><summary><i>example of file in YOLO format</i></summary><p>
Our application is being actively developed. Check out our plans for the near future on our [Wiki][6]. If you have an idea for a new functionality, please hit us on [Twitter][3] and [Gitter][5] or create an issue where you can describe your concept. In the meantime, see what improvements we are planning for you in the future.
195
82
196
-
**Where:**
83
+
## Contribution
197
84
198
-
`label_name` - selected label name
199
-
`rect_left` - absolute horizontal distance between the left edge of the image and the left edge of the rect in pixels
200
-
`rect_top` - absolute vertical distance between the top edge of the image and the top edge of the rect in pixels
201
-
`rect_width` - absolute rect width in pixels
202
-
`rect_height` - absolute rect height in pixels
203
-
`image_width` - absolute image width in pixels
204
-
`image_height` - absolute image height in pixels
85
+
Feel free to file [issues](https://github.com/SkalskiP/make-sense/issues) or [pull requests](https://github.com/SkalskiP/make-sense/pulls).
We don't store your images, because we don't send them anywhere in the first place.
222
-
223
-
## Road Map
224
-
225
-
Our application is being actively developed. If you have an idea for a new functionality, please hit us on [Twitter][3] and [Gitter][5] or create an issue where you can describe your concept. In the meantime, see what improvements we are planning for you in the future.
226
-
227
-
-[X] Export rect labels in Pascal VOC XML format
228
-
-[X] Labelling objects using polygons
229
-
-[X] Export polygon labels in VGG JSON format
230
-
-[ ] Optimization of the process of loading photos from disk - queuing
231
-
-[ ] Labelling objects using lines
232
-
-[ ] Autofill in label selection dropdown
233
-
-[ ] Export labels in COCO JSON format
234
-
-[ ] Export segmentation labels as image mask
235
-
-[ ] Separate tab with settings
236
-
-[ ] Support basic image operations like crop and resize
237
-
-[ ] Converting video to image frames
238
-
-[ ] Keyboard shortcuts to improve productivity
239
-
-[ ] Automatic detection of objects in a photo - all you have to do is to label them
240
-
-[ ] OCR labelling
241
-
-[ ] Integration with external storage - Amazon S3, Google Drive, Dropbox
242
-
-[ ] Copy annotations from previous image into the next one
243
97
244
98
## Citation
245
99
@@ -263,3 +117,5 @@ Copyright (c) 2019-present, Piotr Skalski
0 commit comments