Releases: obss/sahi
Releases · obss/sahi
v0.9.2
What's Changed
- fix fiftyone utils by @fcakyon in #423
- update paper doi badge by @fcakyon in #424
- update env setup in readme by @kadirnar in #408
- update contributing section in readme by @fcakyon in #434
- update cli docs by @fcakyon in #437
- update package versions in ci by @fcakyon in #439
- update version by @fcakyon in #440
Full Changelog: 0.9.1...0.9.2
v0.9.1
What's Changed
- add the list of competitions sahi made us win by @fcakyon in #385
- add citation to paper by @fcakyon in #387
- add arxiv url for the SAHI paper by @fcakyon in #388
- handle invalid mask prediction by @fcakyon in #390
- improve code quality by @fcakyon in #398
- improve nms postprocess by @tureckova in #405
Full Changelog: 0.9.0...0.9.1
v0.9.0
What's Changed
- add detectron2 support by @kadirnar in #322
- update detectron notebook by @fcakyon in #355
- refactor readme by @fcakyon in #316
- refactor slice_coco script and cli by @fcakyon in #359
- update analysis gif in readme by @fcakyon in #362
- update slice_coco export naming by @fcakyon in #361
- fix broken links in readme by @fcakyon in #365
- add kaggle notebook into readme by @rkinas in #366
- handle when class name contains invalid char by @fcakyon in #369
- handle out of image bbox predictions by @fcakyon in #373
- handle annotation dict without segmentation by @tureckova in #374
- fix unused coco util by @fcakyon @oulcan in #375
- fix coco util tests by @fcakyon in #376
- update torch, torchvision, mmdet, mmcv in tests by @fcakyon in #379
- handle nms-postprocess in edge cases by @fcakyon in #370
New Contributors
- @kadirnar made their first contribution in #322
- @tureckova made their first contribution in #374
Full Changelog: 0.8.22...0.9.0
v0.8.22
v0.8.20
v0.8.19
v0.8.18
What's Changed
- refactor postprocessing and coco eval for 100x speed up by @fcakyon in #320
- refactor
image_size
andmodel_confidence
for faster inference by @fcakyon in #329 - remove deprecated coco util by @fcakyon in #323
- fix LSNMSPostprocess by @fcakyon in #330
- fix rmtree in tests by @fcakyon in #326
Full Changelog: 0.8.16...0.8.18
v0.8.16
What's Changed
- refactorize model classes, handle invalid polygons, minor improvements by @fcakyon in #311
- refactor tests and coco utils by @fcakyon in #313
- fix nms postprocess by @fcakyon in #314
- update predict verbose by @fcakyon in #317
- print exports dirs after process finishes by @fcakyon in #318
Full Changelog: 0.8.15...0.8.16