-
Notifications
You must be signed in to change notification settings - Fork 2
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] DB 구축 #31
Comments
Hyunmin-H
added a commit
that referenced
this issue
Aug 14, 2023
- frontend에서 이미지 upload 시 gcs에 추가 - 추후 inference 전 이미지 선택 시 gcs 경로의 이미지로 변경 계획
Hyunmin-H
added a commit
that referenced
this issue
Aug 16, 2023
- openpose의 Input 형식을 image byte로, output 형식을 dictionary 형식으로 변경 related to : #31
Hyunmin-H
added a commit
that referenced
this issue
Aug 16, 2023
- garment masking input 형식을 image byte, output 형식을 PIL 형식으로. - gcp class에 json 파일 저장 코드 추가 related to : #31
Hyunmin-H
added a commit
that referenced
this issue
Aug 17, 2023
- cut and paste의 io를 in memory 방식으로 변경 related to : #31
Hyunmin-H
added a commit
that referenced
this issue
Aug 17, 2023
- in memory로 input data를 불러들이는 방식으로 변경 - 기존에는 경로에 저장된 이미지를 읽는 방식이었음 - 함수의 input으로 parsing image, 3D keypoint dictionary, target과 garmetn의 image byte, garment mask 값이 들어감 related to #31
Hyunmin-H
added a commit
that referenced
this issue
Aug 17, 2023
- main.py의 inference 함수 다시 구현(inference_preprocess 함수) related to : #31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
To Do
The text was updated successfully, but these errors were encountered: