-
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] 드레스룸 형태의 Frontend 구현 및 파이프라인 구축 #28
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- human, garment의 guideline 추가
- 나눔스퀘어B 글꼴 추가 - related to: #8
- guideline 위치를 위로 변경 - Human에 예시 사진 추가 related to: #8
- 레이아웃 변경(사람을 중앙으로) - 이미지마다 체크박스 추가
- 체크 박스를 클릭 시 inference 시작(target이 들어왔을 경우)
- fastapi 서버에 DB 생성(garment_db_bytes) - front에서 서버 DB로 파일 전송 기능 추가 - 서버에서 front로 DB 전체 데이터 전송 구현중(아직 이슈)
- get 요청 대신 directory로 db 접근 - 폴더 내 이미지를 오른쪽으로 정렬 - 체크박스를 selectbox로 변경 - 아이콘 추가 - 추가로 lower 예정, inference 예정
- selectbox 위치 변경 및 초기에 폴더 내 파일들 plotting
- 현재, column1인 상의만 구현돼있음
- 상의에 대해서 inference 가능 - 예시 사람 사진 위에 inference 결과 덮어씌워지도록 구현(column2)
- 글씨 크기, 중앙 정렬, 레이아웃 등 변경
- 상의 선택, 하의 선택, 타킷 업로드 후 버튼 클릭 시 inference 가능 - 버튼 디자인 변경
- dress 카테고리 추가 - selectbox에 dafault값 None 추가
Hyunmin-H
changed the title
[Feat] 드레스룸 형태의 Frontend 구현
[Feat] 드레스룸 형태의 Frontend 구현 및 파이프라인 구축
Jul 31, 2023
UI에 상의, 하의, 드레스 별로 선택할 수 있는 부분 좋은 것 같아요 유저 의류 이미지들도 미리 보여주는 부분 괜찮네요~~ |
사용자가 저장한 옷들을 한눈에 볼 수 있도록 하였다는 점, 그리고 상의 및 하의 2가지를 선택하였어도 한 번에 옷을 입힐 수 있게 하였다는 점이 매우 좋은 것 같습니다! |
디자인 짰던대로 잘 구현하셨네요 대단합니다! 첫 디자인 보다 눈에 확 들어오고, 더 사용성이 좋아 보여요! |
감사합니다~~:)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Key Changes
To Reviewer
Issue Tags