Release notes
0.7.1
- Submodule: Update SaigeToolkit
- Ocr cropper 에서 width = 0 인 패치를 crop 하지 않도록 수정
- Augmetation
- user input 으로 들어오는 config 가 SaigeToolkit 의 augmentation 에 구현된 것과 미세하게 다름
- 이 부분 호환시켜주는 코드를 SaigeSegmentation2 레포로부터 가져옴
- 이에 따른 pytest 테스트코드 업데이트
- OcrDataset
- Checkpoint
- 이전 버전에서 저장된 detection checkpoint 사용할 수 있도록 호환
- Inferencer Dataloader 수정
- update 해준 analyze 용 데이터가
pop() 함수로 인해 사라지는 문제 해결
0.7.0
- Submodule: Update SaigeToolkit
- Perspective Augmentation 추가
- Geometric Augmentation의 경우, Polygon 연산 추가
- Box Rotation Augmentation 단순화 + 속도 개선
0.6.1
- Fix: numpy handle
- numpy input 을 handle 하는 방법이 SaigeToolkit 과 다른 부분 수정
0.6.0
- Feature: warmup in inferencer
- 동규님 요청에 따른 inference engine 의 warmup 단계 추가
- SaigeSegmentation2 version 2.0.0-rc2 의 변경점 적용.
- 체크포인트 구조 및 Inference API 변경
- Fix: demo files
- 상기 변경점에 따른
demo/*.py 파일 수정
- Test: update test code
- 상기 변경점에 따른
test/test_api.py 파일 수정
- Feature: mkdocs 적용