You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2024.09.11: Added **transparent image display and download** feature to Gradio Demo.
63
64
- 2024.09.10: Added a new **face detection model** Retinaface-resnet50, which offers higher detection accuracy at a slightly slower speed compared to mtcnn. Recommended for use.
64
-
- 2024.09.09: Added a new **Background Removal Model**[BiRefNet-v1-lite](https://github.com/ZhengPeng7/BiRefNet) | Gradio added **Advanced Parameter Settings** and **Watermark** tabs
65
65
66
66
<br>
67
67
@@ -252,8 +252,6 @@ python deploy_api.py
252
252
For detailed request methods, please refer to the [API Documentation](docs/api_EN.md), which includes the following request examples:
Copy file name to clipboardExpand all lines: README_KO.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,13 @@
51
51
52
52
- 온라인 체험: [](https://swanhub.co/ZeYiLin/HivisionIDPhotos/demo)、[](https://huggingface.co/spaces/TheEeeeLin/HivisionIDPhotos)、[![][modelscope-shield]][modelscope-link]
53
53
54
+
- 2024.09.22: Gradio Demo에 **버스트 모드** 및 **DPI** 매개변수 추가
54
55
- 2024.09.18: Gradio Demo에 **템플릿 사진 공유** 기능 추가, **미국식** 배경 옵션 추가
55
56
- 2024.09.17: Gradio Demo에 **커스텀 배경색-HEX 입력** 기능 추가 | **(커뮤니티 기여) C++ 버전** - [HivisionIDPhotos-cpp](https://github.com/zjkhahah/HivisionIDPhotos-cpp) 기여 by [zjkhahah](https://github.com/zjkhahah)
56
57
- 2024.09.16: Gradio Demo에 **얼굴 회전 정렬** 기능 추가, 커스텀 사이즈 입력에 **밀리미터** 단위 추가
57
58
- 2024.09.14: Gradio Demo에 **커스텀 DPI** 기능 추가, 일본어와 한국어 추가, **밝기, 대비, 선명도 조절** 기능 추가
58
59
- 2024.09.12: Gradio 데모에 **미백** 기능 추가 | API 인터페이스에 **워터마크 추가**, **사진 KB 크기 설정**, **증명사진 자르기** 추가
59
60
- 2024.09.11: Gradio Demo에 **투명 이미지 표시 및 다운로드** 기능 추가
60
-
- 2024.09.09: 새로운 **배경 제거 모델**[BiRefNet-v1-lite](https://github.com/ZhengPeng7/BiRefNet) 추가 | Gradio에 **고급 매개변수 설정** 및 **워터마크** 탭 추가
0 commit comments