acrojuno / MaskEraser

MIT License
0 stars 0 forks source link

2022/4/14 조사 내용 - 민준호 #15

Open acrojuno opened 2 years ago

acrojuno commented 2 years ago

1. 기존에 변환된 output 이미지를 json 형태로 내보낼 때 링크 형식이 아니라 파일 경로만 있는 String 형태였는데

해결책을 찾았다.

https://stackoverflow.com/questions/35522768/django-serializer-imagefield-to-get-full-url

여기서 두번째 답을 보면 views.py에서 Serializer를 사용할 때 context를 추가해주면 해결이 된다고 나와있다.

그리고 그대로 적용하니 해결이 됐다.

기존 image image

현재 image image