Skip to content

Releases: obss/sahi

v0.8.16

26 Dec 21:43
afe5ceb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.15...0.8.16

v0.8.15

15 Dec 12:29
2506ac0
Compare
Choose a tag to compare

What's Changed

  • update default params to match coco eval and error analysis by @fcakyon in #306
  • utilize max_detections in coco_error_analysis by @fcakyon in #307
  • reformat coco_error_analysis with black by @fcakyon in #308

Full Changelog: 0.8.14...0.8.15

v0.8.14

11 Dec 19:28
e18ca00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.13...0.8.14

v0.8.13

06 Dec 17:08
830638e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.12...0.8.13

v0.8.12

30 Nov 17:12
e3a1bc8
Compare
Choose a tag to compare

Check YOLOX + SAHI demo: HuggingFace Spaces

downloads

What's Changed

Full Changelog: 0.8.11...0.8.12

v0.8.11

24 Nov 22:54
789bb8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.10...0.8.11

v0.8.10

23 Nov 08:51
f9bbcdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.9...0.8.10

v0.8.9

15 Nov 09:39
21ecb28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.8...0.8.9

v0.8.8

02 Nov 11:01
9c634e9
Compare
Choose a tag to compare

enhancement

  • add coco to yolov5 export utilty (#258)
  • shapely 2.0.0 support, supported fiftyone versions (#257)
  • update shapely to v1.8.0 (#259)

bugfixes

  • fix a bug in coco upsampling/downsampling (#253)
  • fix a bug in export_coco_as_yolov5 (#262)

ci

  • update yolov5 version in tests (#256)

v0.8.6

19 Oct 17:36
55b2641
Compare
Choose a tag to compare

improvements

  • update postprocess behaviour (#247)

testing

  • update torch to 1.9.1 for workflows (#248)
  • update mmdet version to 2.17.0 for testing (#250)
  • add yolov5n weight download util (#251)
  • improve test durations (#252)