Skip to content

Release notes

2.0.5

2.0.4

2.0.3

  • 2024/08/19
  • [Bug Fix]
    • InferenceHandler.build시 모델 파일이 없어 생기던 에러 수정.
    • streamlit 데모에서 감지한 물체를 크롭하여 저장할 때 잘못 크롭되던 버그 수정.

2.0.2

  • 2024/08/08
  • InferenceHandler.infer_and_postprocess api 명세 수정.
  • [기능 변경]
    • InferenceHandler의 inference option의 일부 이름 및 타입 변경.
      • params.confidence_threshold (float)params.object_score_threshold (List[int])
        • [0, 1] 범위의 단일 스레시홀드에서, 클래스별로 [0, 100] 범위로 스레시홀드를 설정할 수 있도록 변경.
      • params.max_num_of_detections (int)params.max_num_of_detected_objects (List[int])
        • 클래스별로 정수 개수의 최대 detected_objects의 수를 설정할 수 있도록 변경.
    • 내부적인 timer 측정 로직 변경. (디바이스 이동, 포맷팅까지 포함하여 측정하도록 변경)

2.0.1

  • 2024/08/05
  • Initial release.
  • SaigeToolkit 버전 업데이트: cfb2b98a
  • SaigeInferenceOptimizer 버전 업데이트: 2.5.6
  • [기능 변경]
    • InferenceHandler의 inference option의 일부 이름 변경. 및 삭제.
      • [이름 변경]
        • params.nms.confidence_thresholdparams.confidence_threshold
        • params.nms.max_detparams.max_num_of_detections
      • [삭제]
        • params.nms.apply
        • params.nms.iou_threshold
        • params.nms.class_agnostic
        • params.nms.classes

2.0.1.rc0

  • 2024/08/01
  • Initial release candidate.
  • [주요 사항]
    • Multipage, ROI 기능 지원 안함.
    • Multi-class 기능 지원 안함. Trainer.build 호출 시 n_classes가 1로 전달되어야함.