Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tadejsv committed Apr 4, 2021
1 parent b6ca181 commit 47cfb64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.1.3] - 2020-04-04

### Changed

* Change default font sizes for `InfoBox`.

## [0.1.2] - 2020-04-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![PyPI version](https://badge.fury.io/py/vizdet.svg)](https://badge.fury.io/py/vizdet) ![CI](https://github.com/tadejsv/vizdet/workflows/CI/badge.svg)

![Race example](https://github.com/tadejsv/vizdet/raw/main/_assets/example_race.png)

VIZDET - VIZualization for DEtection and Tracking. This library provides a simple interface to plot detection bounding boxes and their labels on an image. It enables the use of custom fonts, allowing you to create visually pleasing detection plots.

The purpose of this library is enable detection model creators to use an out-of-the-box library for presenting and visually evaluating their detection models, focusing their time on writing the detection models instead. Main features of vizdet are:
Expand All @@ -12,8 +14,6 @@ The purpose of this library is enable detection model creators to use an out-of-
* Out of the box options cover the main usecases for object detection, as well as (multi) object tracking - just plug in the detection/tracking results from your model, and you're ready to go
* Lightweight, with the only dependency being OpenCV (and Numpy)

![Race example](https://github.com/tadejsv/vizdet/raw/main/_assets/example_race.png)

## Installation instructions

This module requires the freetype OpenCV module, which is not included in the PyPI repository package, so
Expand Down

0 comments on commit 47cfb64

Please sign in to comment.