Release notes
1.0.0-rc1
2024/10/21[Bug Fix]- 점 하나만 검출된 경우, skeleton 검출이 실패한 것으로 내보내게 수정했습니다.
- 곡률 반경 부호를 수정했습니다.
- 직선일 경우, 곡률 반경이 0으로 나오던 것을 float("inf")로 나오도록 수정했습니다.
[기능 변경]inspect수행 시, 탭 스켈레톤 검출이 실패하거나 부정확한 경우에 is_anomaly를 True로 출력하도록 변경되었습니다.inspect리턴 값에서, 상태값("upper_state_index", "lower_state_index", "offset_state_index")을 제거하였습니다.
1.0.0-rc0
2024/10/11- rc initial release