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
[makesense.ai][1] is a free to use online tool for labelling photos. Thanks to the use of a browser it does not require any complicated installation - just visit the website and you are ready to go. It also doesn't matter which operating system you're running on - we do our best to be truly cross-platform. It is perfect for small computer vision deeplearning projects, making the process of preparing a dataset much easier and faster. Prepared labels can be downloaded in one of multiple supported formats. The application was written in TypeScript and is based on React/Redux duo.
10
14
11
-
## Road Map
15
+
## Motto
12
16
13
-
Our application is being actively developed. If you have an idea for a new functionality, please hit us on [Twitter][3] or create an issue where you can describe your concept. In the meantime, see what improvements we are planning for you in the future.
17
+
> For AI to be free we need not just Open Source, but also a strong Open Data movement.
14
18
15
-
-[X] Export labels in Pascal VOC XML format
16
-
-[ ] Optimization of the process of loading photos from disk - queuing
17
-
-[ ] Labelling objects using polygons and Bézier curves
18
-
-[ ] Labelling objects using lines
19
-
-[ ] Export labels in COCO JSON format
20
-
-[ ] Separate tab with settings
21
-
-[ ] Support basic image operations like crop and resize
22
-
-[ ] Converting video to image frames
23
-
-[ ] Keyboard shortcuts to improve productivity
24
-
-[ ] Automatic detection of objects in a photo - all you have to do is to label them
25
-
-[ ] OCR labelling
26
-
-[ ] Integration with external storage - Amazon S3, Google Drive, Dropbox
27
-
-[ ] Copy annotations from previous image into the next one
We don't store your images, because we don't send them anywhere in the first place.
203
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
+
204
244
## License
205
245
206
246
This project is licensed under the GPL-3.0 License - see the [LICENSE][2] file for details
@@ -211,3 +251,4 @@ Copyright (c) 2019-present, Piotr Skalski
0 commit comments