Skip to content

v0.3.18

Compare
Choose a tag to compare
@fcakyon fcakyon released this 10 May 04:42
· 431 commits to main since this release
5fe936c
  • utilize ignore_negative_samples property (#90):

Filter out images that does not contain any annotation

from sahi.utils.coco import Coco
# set ignore_negative_samples as False if you want images without annotations present in json and yolov5 exports
coco = Coco.from_coco_dict_or_path("coco.json", ignore_negative_samples=True)
  • fix typo in get_area_filtered_coco (#89)