Skip to content

Commit

Permalink
releases 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvaz committed Dec 9, 2020
1 parent 612d185 commit 45df09b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]

### Added
### Changed
### Deleted

## [0.5.0]

### Added
- Keypoints full support: data API, model and training
- VGG Image Annotator v2 JSON format parser for bboxes
- `figsize` parameter to `show_record` and `show_sample`

### Changed
- improved visualisation for small bboxes

### Deleted
- `COCOMetric` now returns all metrics from pycocotools
- makes torchvision models torchscriptable

## [0.4.0]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = icevision
version = 0.4.0post1
version = 0.5.0
author = Lucas Goulart Vazquez, Farid Hassainia
author_email = [email protected], [email protected]
description = Agnostic Computer Vision Framework
Expand Down

0 comments on commit 45df09b

Please sign in to comment.