Skip to content

Commit

Permalink
Merge pull request #542 from CertifaiAI/update_change_log
Browse files Browse the repository at this point in the history
📝 Update Classifai
  • Loading branch information
devenyantis authored Dec 16, 2021
2 parents 471cb9f + 8ae3085 commit f5832f6
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 26 deletions.
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The detailed rules and walkthrough of writing a changelog is located [here](https://docs.google.com/document/d/10N5B6ojby5rS7hq3cs83vqHfZgkHBU1HCKalsV2tOo0/edit#heading=h.uh2vc5aigamo)

*Note: This changelog is implemented since `2.0.0-alpha` version. All records before it are drafted based on [release notes](https://github.com/CertifaiAI/classifai/releases) might not be as detailed.*
## Unreleased
## [2.0.0-alpha3] - 2021-12-14
### Added
- Added tutorial modal for user guide [#212](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/212)
- Project versioning [WIP]
- Project import image from cloud storage [WIP]
- Database migration [WIP]
- Project versioning
- Database migration
- Project statistics [#500](https://github.com/CertifaiAI/classifai/pull/500)
- Add images to project [#519](https://github.com/CertifaiAI/classifai/pull/519)
- Different color for labels [#228](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/228)
- Add label at the drop-down box, remove label still selected status,shortcut key to toggle annotation tool, zoom tool and revert default [224](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/224)
- Shortcut key to shift canvas in zoom mode [#226](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/226)
- Toggle tab by clicking icon [#216](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/216)
- Updated keyShortcut.md
- Update tutorial list [#229](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/229) [#215](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/215)

### Fixed
- Project loading speed [#506](https://github.com/CertifaiAI/classifai/pull/506)
- Coco Json area, width and height [#227](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/227)
- Delete previous point using backspace [#206](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/206)
- Prevent icon enlarge when zoom in [#223](https://github.com/CertifaiAI/Classifai_FrontEnd/pull/223)

### Changed
- Refactored backend -> Implement Model, View, Controller design pattern
- Remove event bus for database query [#504](https://github.com/CertifaiAI/classifai/pull/504)
- Add database facade [#502](https://github.com/CertifaiAI/classifai/pull/502)
- JAX-RS implementation for API annotation [#507](https://github.com/CertifaiAI/classifai/pull/507)
- Remove Json Object -> using data transfer object for type checking [#505](https://github.com/CertifaiAI/classifai/pull/505)
- Add CORS enable [#511](https://github.com/CertifaiAI/classifai/pull/511)
- Remove wasabi service [#523](https://github.com/CertifaiAI/classifai/pull/523)
- Remove global state [#509](https://github.com/CertifaiAI/classifai/pull/509)
- Remove static object [#508](https://github.com/CertifaiAI/classifai/pull/508)
- Refactor database response [#499](https://github.com/CertifaiAI/classifai/pull/499)
- API terminate Classifai [#496](https://github.com/CertifaiAI/classifai/pull/496)

## [2.0.0-alpha2] - 2021-08-12
### Added
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion classifai-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ai.classifai</groupId>
<artifactId>classifai</artifactId>
<version>2.0.0-alpha2</version>
<version>2.0.0-alpha3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
51 changes: 30 additions & 21 deletions keyShortcut.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,36 @@ these are few common and useful shortcut keys have been created.

![Bounding-box-keyboard](/metadata/bounding-box-keyboard.png)

| No | Shortcut Key | Functionality |
|----| -------------|-------------|
| 1 | Ctrl/Command + z | Undo the last action |
| 2 | Ctrl/Command + Shift + z | Redo the last undone action |
| 3 | Ctrl/Command + c | Copy the selected bounding box |
| 4 | Ctrl/Command + v | Paste the selected bounding box |
| 5 | Delete/Backspace (**With selected bounding box**) | Delete a selected bounding box |
| 6 | Delete | Delete the current image |
| 7 | F2 | Rename the current image |
| 8 | Double click on a selected bounding box | Choose label for the selected bounding box |

| No | Shortcut Key | Functionality |
|------|-----------------------------------------------|--------------------------------------------|
| 1 | Ctrl/Command + z | Undo the last action |
| 2 | Ctrl/Command + Shift + z | Redo the last undone action |
| 3 | Ctrl/Command + c | Copy the selected bounding box |
| 4 | Ctrl/Command + v | Paste the selected bounding box |
| 5 | Delete/Backspace (**With selected bounding box**) | Delete a selected bounding box |
| 6 | Delete | Delete the current image |
| 7 | F2 | Rename the current image |
| 8 | Double click on a selected bounding box | Choose label for the selected bounding box | 8 | Double click on a selected bounding box | Choose label for the selected bounding box |
| 9 | Alt + a | Select annotation tool |
| 10 | Alt + z | Select pointer tool |
| 11 | Alt + x | Cancel all selection and revert default mode |
## 2.0 Segmentation
![Segmentation-keyboard](/metadata/segmentation-keyboard.png)

| No | Shortcut Key | Functionality |
|----| -------------|-------------|
| 1 | Ctrl/Command + z | Undo the last action |
| 2 | Ctrl/Command + Shift + z | Redo the last undone action |
| 3 | Ctrl/Command + c | Copy the selected polygon |
| 4 | Ctrl/Command + v | Paste the selected polygon |
| 5 | Delete/Backspace (**With selected polygon**) | Delete a selected polygon |
| 6 | Delete | Delete the current image |
| 7 | F2 | Rename the current image |
| 8 | Double click on a selected polygon | Choose label for the selected polygon |
| No | Shortcut Key | Functionality |
|------|----------------------------------------------|-----------------------------------------------------------|
| 1 | Ctrl/Command + z | Undo the last action |
| 2 | Ctrl/Command + Shift + z | Redo the last undone action |
| 3 | Ctrl/Command + c | Copy the selected polygon |
| 4 | Ctrl/Command + v | Paste the selected polygon |
| 5 | Delete/Backspace (**With selected polygon**) | Delete a selected polygon |
| 6 | Delete | Delete the current image |
| 7 | F2 | Rename the current image |
| 8 | Double click on a selected polygon | Choose label for the selected polygon |
| 9 | Alt + a | Select annotation tool |
| 10 | Alt + z | Select pointer tool |
| 11 | Alt + x | Cancel all selection and revert default mode |
| 12 | Ctrl/Command (press once) | Shift image in canvas when drawing polygons in zoom mode |
| 13 | x | Cancel the function of shift image in zoom mode |
| 14 | Backspace | Remove previous polygon point |
| 15 | Escape | Remove the current incomplete drawing of polygons |

0 comments on commit f5832f6

Please sign in to comment.