Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.0-alpha relese (#122) #123

Merged
merged 1 commit into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Pre-flight checklist

- [ ] Unit tests for all non-trivial changes
- [ ] Tested locally
- [ ] Updated wiki
46 changes: 36 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 align="center">makesense.ai</h1>

<p align="center">
<img width="600" src=".//public/img/main-image-dark_alter.png" alt="Logo">
<img width="600" src=".//public/ico/main-image-dark_alter.png" alt="Logo">
</p>

## Description
Expand Down Expand Up @@ -98,21 +98,35 @@ docker logs make_sense

**Table 1.** Supported keyboard shortcuts

## Supported Output Formats
## Supported Export Formats

| | CSV | YOLO | VOC XML | VGG JSON | COCO | PIXEL MASK |
|:-------------:|:---:|:----:|:-------:|:--------:|:----:|:----------:|
| **Point** | ☑ | ☒ | ☐ | ☐ | ☐ | ☒ |
| **Rect** | ☑ | ☑ | ☑ | ☐ | ☐ | ☒ |
| **Polygon** | ☐ | ☒ | ☐ | ☑ | ☐ | ☐ |
| | CSV | YOLO | VOC XML | VGG JSON | COCO JSON | PIXEL MASK |
|:-------------:|:---:|:----:|:-------:|:--------:|:---------:|:----------:|
| **Point** | ✓ | ✗ | ☐ | ☐ | ☐ | ✗ |
| **Line** | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ |
| **Rect** | ✓ | ✓ | ✓ | ☐ | ☐ | ✗ |
| **Polygon** | ☐ | ✗ | ☐ | ✓ | ✓ | ☐ |
| **Label** | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ |

**Table 2.** The matrix of supported labels export format, where:
* - supported format
**Table 2.** The matrix of supported labels export formats, where:
* - supported format
* ☐ - not yet supported format
* - format does not make sense for a given label type
* - format does not make sense for a given label type

You can find examples of export files along with a description and schema on our [Wiki][7].

## Supported Import Formats

| | CSV | YOLO | VOC XML | VGG JSON | COCO JSON | PIXEL MASK |
|:-------------:|:---:|:----:|:-------:|:--------:|:---------:|:----------:|
| **Point** | ☐ | ✗ | ☐ | ☐ | ☐ | ✗ |
| **Line** | ☐ | ✗ | ✗ | ✗ | ✗ | ✗ |
| **Rect** | ☐ | ✓ | ☐ | ☐ | ✓ | ✗ |
| **Polygon** | ☐ | ✗ | ☐ | ☐ | ✓ | ☐ |
| **Label** | ☐ | ✗ | ✗ | ✗ | ✗ | ✗ |

**Table 3.** The matrix of supported labels import formats

## Privacy

We don't store your images, because we don't send them anywhere in the first place.
Expand All @@ -121,6 +135,16 @@ We don't store your images, because we don't send them anywhere in the first pla

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.

## Tutorials

If you are just starting your adventure with deep learning and would like to learn and create something cool along the way, [makesense.ai][1] can help you with that. Leverage our bounding box labeling functionality to prepare a data set and use it to train your first state-of-the-art object detection model. Follow [instructions][12] and [examples][13] but most importantly, free your creativity.

<p align="center">
<img width="800" src=".//examples/object_detection_basketball.gif" alt="Object detection tutorial">
</p>

**Figure 4.** Detection of players moving around the basketball court, based on <a href="https://research.google.com/youtube8m/">YouTube-8M</a> dataset.

## Contribution

Feel free to file [issues](https://github.com/SkalskiP/make-sense/issues) or [pull requests](https://github.com/SkalskiP/make-sense/pulls).
Expand Down Expand Up @@ -153,3 +177,5 @@ Copyright (c) 2019-present, Piotr Skalski
[9]: http://cocodataset.org
[10]: https://www.tensorflow.org/js
[11]: https://www.tensorflow.org/lite/models/pose_estimation/overview
[12]: https://towardsdatascience.com/chess-rolls-or-basketball-lets-create-a-custom-object-detection-model-ef53028eac7d
[13]: https://github.com/SkalskiP/ILearnDeepLearning.py/tree/master/02_data_science_toolkit/02_yolo_object_detection
Binary file added examples/object_detection_basketball.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading