v0.3

v0.3.4

[v0.3.4] Release (#105)

Release Date

2023/11/22

fix feat/plot feat/vision docs style release feat/util

Features

  • plot

    • seaborn package를 통해 색상을 간편하게 불러올 수 있는 color 함수 추가

    • 모든 graph들의 저장 방식을 _save 함수로 획일화

  • util

    • MakeData를 통한 data 구축 시 방법을 정의할 수 있는 method makeData 추가

  • vision

    • masks 함수가 단일 mask 및 poly 유형에도 시각화할 수 있게 확장

    • 입력된 이미지들을 가로로 나열하는 vert 함수 추가

    • JSON 파일과 image를 함께 불러올 수 있는 JsonImageLoader class 추가

    • 지점들의 좌표 내 존재 여부 확인 함수 isPtsInPoly 추가

Chore

  • vision submodule의 BGRA 입력에 대한 test cases 추가

Style

  • 단순 Exception으로 표기했던 예외 처리의 수정 (resolves: #103)

  • MakeData의 입력 및 내부 변수명 획일화

Docs

  • zerohertzLib.vision 내 오타 수정

  • MakeData의 예시 추가

  • 한글, 영어의 수정

v0.3.3

[v0.3.3] Release (#100)

Release Date

2023/11/21

fix feat/vision docs style release

Features

  • vision

    • bboxtext 함수에 대해 여러 데이터를 입력 받을 수 있도록 확장

    • Bbox 변환 함수 refactor ( cwh2xyxy, cwh2poly, xyxy2cwh, xyxy2poly, poly2cwh, poly2xyxy)

    • 다각형 좌표를 numpy 배열로 변환하는 poly2mask 함수 개발

    • Image 내에서 지정한 좌표를 제외한 부분을 투명화하고 선택적으로 crop 할 수 있는 cutout 함수 개발

    • Alpha channel이 존재하는 image를 원하는 image 위에 투명도를 포함하여 병합하는 함수 paste 추가

Chore

  • 예제 image 변경 (resolves: #99)

  • licenseclassifiers 추가

Style

  • x0, y0, x1, y1 표기 순서 및 format 수정

Docs

  • PyPI badge 수정

  • vision 설명 란에 cwh, xyxy, poly 설명 추가

  • 문서 내 image의 폭 수정

v0.3.2

[v0.3.2] Release (#97)

Release Date

2023/11/20

feat/vision chore docs release feat/util

Features

  • util

    • CSV를 읽어오는 함수 개발

  • vision

    • 여러 bbox에 대한 변환 (xyxy2xywh, xywh2xyxy) 및 시각화 (bbox) 함수 일반화

Chore

  • PyPI에 대해 E-Mail 및 License 추가

v0.3.1

[v0.3.1] Release (#95)

Release Date

2023/11/20

feat/api docs release

Features

  • api

    • OpenAI 버전 update

Docs

  • PyPI의 logo update

v0.3.0

[v0.3.0] Release (#93)

Release Date

2023/11/20

fix feat/api docs release

Features

  • api

    • Release Notes 생성 방법론 수정

Chore

  • Release Notes 구조 refactoring

Docs

  • :caption: Contents: 삭제

  • 오타 수정