Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: origin 이미지와 sketch 이미지의 크기가 다른 경우 비교해서 자르기 #49

Merged
merged 2 commits into from
Jun 3, 2022

Conversation

nestiank
Copy link
Contributor

@nestiank nestiank commented Jun 3, 2022

작성된 코드를 일단 그대로 merge하고, 나중에 코드를 통합 파이프라인에 합치겠습니다.

Resolves #46

@nestiank nestiank added the enhancement New feature or request label Jun 3, 2022
@nestiank nestiank added this to the Third Step milestone Jun 3, 2022
@nestiank nestiank merged commit 495b2c6 into develop Jun 3, 2022
nestiank added a commit that referenced this pull request Jun 3, 2022
- 기능 추가
  - sketch 이미지가 가로나 세로에서 더 큰 경우 crop
  - original 이미지가 가로나 세로에서 더 큰 경우 reject
- 각종 개선
  - combine_option() -> combine_option_call()
  - 반환 타입 오류 수정
  - 불필요한 assert 제거
  - 백엔드에서 제공될 값에 대한 사전 지정 제거

Improves #49
nestiank added a commit that referenced this pull request Jun 3, 2022
- 파일 병합
  - cut_img.ipynb => inference/integrated.py
- 기능 추가
  - sketch 이미지가 가로나 세로에서 더 큰 경우 crop
  - original 이미지가 가로나 세로에서 더 큰 경우 reject
- 각종 개선
  - combine_option() -> combine_option_call()
  - 반환 타입 오류 수정
  - 불필요한 assert 제거
  - 백엔드에서 제공될 값에 대한 사전 지정 제거

Improves #49
@nestiank nestiank added the inference Using the AI model label Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request inference Using the AI model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: origin 이미지와 sketch 이미지의 크기가 다른 경우 비교해서 자르기
2 participants