@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
10
10
The following PRs have been merged since the last version.
11
11
12
12
ai-fast-track
13
+ - [ Updating mmcv installation to torch 1.10.0] ( https://github.com/airctic/icevision/issues/972 ) (#972 )
14
+ - [ Upgrade to torch 1.10 and torchvision 0.11] ( https://github.com/airctic/icevision/issues/970 ) (#970 )
15
+ - [ Pass both map_location, and logger to downstream methods] ( https://github.com/airctic/icevision/issues/968 ) (#968 )
16
+ - [ Bumped torch and torchision versions] ( https://github.com/airctic/icevision/issues/961 ) (#961 )
17
+ - [ Update CHANGELOG.md for Release 0.11.0] ( https://github.com/airctic/icevision/issues/959 ) (#959 )
13
18
- [ Adding an installation script for cuda and cpu] ( https://github.com/airctic/icevision/issues/956 ) (#956 )
14
19
- [ fixed yaml issue in doc generation CI/CD] ( https://github.com/airctic/icevision/issues/952 ) (#952 )
15
20
- [ Upgrade mk-docs-build.yml in the CI/CD] ( https://github.com/airctic/icevision/issues/951 ) (#951 )
@@ -32,6 +37,11 @@ ai-fast-track
32
37
- [ added kwargs to the EfficientDet model() method] ( https://github.com/airctic/icevision/issues/883 ) (#883 )
33
38
34
39
fstroth
40
+ - [ (WIP) Fix masks for instance segmentation] ( https://github.com/airctic/icevision/issues/967 ) (#967 )
41
+ - [ (Refactor) Removed the coco function.] ( https://github.com/airctic/icevision/issues/964 ) (#964 )
42
+ - [ (Feature) init coco and via parser with a dict instead of the filepath] ( https://github.com/airctic/icevision/issues/963 ) (#963 )
43
+ - [ (Feature) Added way to output metrics for pytorchlightning during training] ( https://github.com/airctic/icevision/issues/960 ) (#960 )
44
+ - [ Fix for CHANGLOG.md update script.] ( https://github.com/airctic/icevision/issues/958 ) (#958 )
35
45
- [ Script for automatically updating CHANGELOG.md] ( https://github.com/airctic/icevision/issues/957 ) (#957 )
36
46
- [ (Update) Updated code to run with albumentations version 1.0.3.] ( https://github.com/airctic/icevision/issues/927 ) (#927 )
37
47
- [ Radiographic images] ( https://github.com/airctic/icevision/issues/912 ) (#912 )
@@ -44,6 +54,9 @@ FraPochetti
44
54
- [ adding docker support] ( https://github.com/airctic/icevision/issues/895 ) (#895 )
45
55
- [ Colab Install Script: fixing link to icevision master] ( https://github.com/airctic/icevision/issues/888 ) (#888 )
46
56
57
+ jaeeolma
58
+ - [ Empty mask fix] ( https://github.com/airctic/icevision/issues/933 ) (#933 )
59
+
47
60
bogdan-evtushenko
48
61
- [ Add support for yolox from mmdetection.] ( https://github.com/airctic/icevision/issues/932 ) (#932 )
49
62
56
69
nicjac
57
70
- [ Fixed PIL size bug in ImageRecordComponent (#889 )] ( https://github.com/airctic/icevision/issues/894 ) (#894 )
58
71
59
- ** Thank you to all contributers: @ai-fast-track , @fstroth , @potipot , @FraPochetti , @bogdan-evtushenko , @drscotthawley , @lgvaz , @nicjac **
72
+ ** Thank you to all contributers: @ai-fast-track , @fstroth , @potipot , @FraPochetti , @jaeeolma , @ bogdan-evtushenko , @drscotthawley , @lgvaz , @nicjac **
60
73
61
74
[ comment ] : # ( Version_end )
62
75
0 commit comments