Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@chuneuny-emily chuneuny-emily released this 19 Dec 09:15
· 1031 commits to develop since this release
74eb04f

Added

  • Model Preparation Algorithm (MPA)
    • Better saliency map support
      • Replace current saliency map generation with Recipro-CAM for cls task (#1363)
      • Class-wise saliency map generation for the detection task (#1402)
      • Align saliency map labels for all tasks (#1447)
    • Improve object counting algorithm for high-res images via image tiling
      • Add tiling module for detection, rotated detection and instance segmentation (#1200)
      • Fliter object less than 1 pixel (#1305)
      • Add tiling deployment (#1387)
    • Enabling GPU execution for exported code (#1416)
    • Add active score evaluation and probability output to the classification task (#1417)

Changed

  • Normalize top-1 metrics to [0, 1] (#1394)

Fixed

  • Hot-fix for Detection fix two stage error (#1433)
  • Fixing ZeroDivisionError in iteration counter for detection-classification project trainings (#1449)
  • Some minor issues