Skip to content

Releases: airctic/icevision

0.12.0: added files for 0.12 release (#1064)

10 Feb 15:53
e3938ae
Compare
Choose a tag to compare

0.11.0

19 Nov 20:15
b9d010d
Compare
Choose a tag to compare
updated CHANGELOG.md to the last PR (#974)

0.9.0a1

09 Sep 18:27
Compare
Choose a tag to compare
0.9.0a1 Pre-release
Pre-release
releases 0.9.0a1

0.8.1

06 Jul 16:22
d731a1c
Compare
Choose a tag to compare
bumped version to 0.8.1 (#881)

0.8.0

12 May 15:29
Compare
Choose a tag to compare

Supports pytorch 1.8

Added

  • iou_thresholds parameter to COCOMetric
  • SimpleConfusionMatrix Metric
  • Negative samples support for yolov5
  • Negative samples support for mmdetection object detection models

Changed

  • Breaking: Albumentations aug_tfms defaults.
    • rotate_limit changed from 45 to 15
    • rgb_shift_limit changed from 20 to 10
    • VOC parser uses image sizes from annotation file instead of image
    • bumps fastai to latest version (<2.4)

0.8.0rc1

12 May 14:35
Compare
Choose a tag to compare
0.8.0rc1 Pre-release
Pre-release
releases 0.8.0rc1

0.7.1a1

29 Apr 00:38
Compare
Choose a tag to compare
0.7.1a1 Pre-release
Pre-release
releases 0.7.1a1

0.7.0

19 Apr 16:50
Compare
Choose a tag to compare

[0.7.0]

BREAKING: API Refactor

Added

  • Metrics for mmdetection models

Changed

  • Breaking: Renamed tasks default,detect,classif to common,detection,classification
  • Breaking: Renamed imageid to record_id
  • Breaking: Added parameter is_new to Parser.parse_fields
  • Removed all dependencies on cv2 for visualisation
  • Use new composite API for visualisation - covers user defined task names & multiple tasks
  • Added a ton of visualisation goodies to icevision.visualize.draw_data.draw_sample - user can now
    • use custom fonts
    • control mask thickness
    • control mask blending
    • prettify labels -- show confidence score & capitalise label
    • plot specific and/or exclude specific labels
    • pass in a dictionary mapping labels to specific colors
    • control label height & width padding from bbox edge
    • add border around label for legibility (color is a parameter)

Breaking:: Rename labels->label_ids, labels_names->labels in LabelsRecordComponent

  • Renamed torchvision resnet backbones:
    • resnet_fpn.resnet18 -> resnet18_fpn
    • resnest_fpn.resnest18 -> resnest18_fpn

Breaking: Added parameters sample and keep_image to convert_raw_prediction
Breaking: Renamed VocXmlParser to VOCBBoxParser and VocMaskParser to VOCMaskParser
Breaking: Renamed predict_dl to predict_from_dl

0.7.0rc4

14 Apr 22:54
Compare
Choose a tag to compare
0.7.0rc4 Pre-release
Pre-release
releases 0.7.0rc4

0.7.0rc3

13 Apr 12:16
Compare
Choose a tag to compare
0.7.0rc3 Pre-release
Pre-release
releases 0.7.0rc3