Release notes
0.1.0
- 2024/08/07
[버그 수정]
- Analysis API 에서 데이터가 끝났을 때, None일 때도 iterate 할 수 있는 현상 수정.
- Inference 시에 GPU 메모리 사용량이 지속적으로 증가하는 현상 수정.
- Inference 시에 adaptive_score가 제대로 나오지 않는 현상 수정.
[기능 추가]
0.0.7
- 2024/07/31
[버그 수정]
- SequenceDataset 빌드시 slicing index 비정상 동작 수정
0.0.6
- 2024/07/24
[기능 추가]
- Analysis Handler 추가
- Lazy Import 적용.
ResultContainer 에 frame_index, clip_path 필드 추가.
[기능 변경]
ResultContainer model_dump() 호출 시, is_roi_shift, is_anomaly, is_domain_shift 필드 추가됨.
[의존성]
[중요] SaigeToolkit 2.0 적용. submodule 대신 requirements로 설치 필요.
0.0.5
- 2024/07/15
[버그 수정]
- Roi Mismatch를 체크하는 과정에서 기본값이 없는 문제 수정.
- timestamp가 없을 때, 현재 시간을 추가하도록 변경
- final score 계산 과정에서 n_sigma가 반영되지 않은 문제 수정 (낮은 anomaly score 문제.)
0.0.4
- 2024/07/10
[버그 수정]
- Adaptive AutoEncoder Training 과정에서, dataloader에 padding 값이 잘못 들어가서 모든 motion이 False 상태로 학습되지 않는 현상 수정.
0.0.3
- 2024/07/03
[성능 개선]
[기능 추가]
[기능 변경]
- score mode topk 일 때, 점수 scale 하도록 변경.
0.0.2
- 2024/06/25
[기능 추가]
[기능 변경]
- Trainer 내
warmup method가 update_cluster_centers 로 이름 변경됨.
0.0.1
0.0.0
[기능 추가]
- 개발을 위한 Dummy 값을 출력하는 API 제공.