We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Preprocessing.md 에 적힌 경로의 소스코드를 다운받아서 전처리 이미지를 추출하면
[Original Result]
[After image-parse-agnostic]
[My Preprocessing Result]
안녕하세요.
현재 HR-VITON 모델을 사용하기 위하여 전처리 데이터를 준비하고 있습니다.
위의 이미지와 같이
HR-VITON의 데이터의 이미지와, 제가 추출한 이미지의 비트 수준도 다르고
객체의 경계면도 다릅니다.
추출한 이미지를 get_im_parse_agnostic 함수를 적용하여 마스킹을 하면
원본은 잘 분리가 되는데 제가 전처리한 이미지는 헤어부분에서 마스킹을 시작합니다.
이미지의 라벨링 값이 달라서 그런것 같은데 코드의 어느 부분을 조정해야 할까요?
dataset(VITON-HD) is just for the visualization, it has 0~19 uint values.
데이터 셋 이미지 저장 후 0 ~ 19 값으로 팔레트 이미지 업스케일링을 어떤 방식으로 하셨을까요???
The text was updated successfully, but these errors were encountered:
did you solve this problem ?
Sorry, something went wrong.
No branches or pull requests
Preprocessing.md 에 적힌 경로의 소스코드를 다운받아서 전처리 이미지를 추출하면
[Original Result]
[After image-parse-agnostic]
[My Preprocessing Result]
[After image-parse-agnostic]
안녕하세요.
현재 HR-VITON 모델을 사용하기 위하여 전처리 데이터를 준비하고 있습니다.
위의 이미지와 같이
HR-VITON의 데이터의 이미지와, 제가 추출한 이미지의 비트 수준도 다르고
객체의 경계면도 다릅니다.
추출한 이미지를 get_im_parse_agnostic 함수를 적용하여 마스킹을 하면
원본은 잘 분리가 되는데 제가 전처리한 이미지는 헤어부분에서 마스킹을 시작합니다.
이미지의 라벨링 값이 달라서 그런것 같은데 코드의 어느 부분을 조정해야 할까요?
dataset(VITON-HD) is just for the visualization, it has 0~19 uint values.
데이터 셋 이미지 저장 후 0 ~ 19 값으로 팔레트 이미지 업스케일링을 어떤 방식으로 하셨을까요???
The text was updated successfully, but these errors were encountered: