Skip to content

Commit

Permalink
Merge pull request Zeyi-Lin#39 from neverbiasu/master
Browse files Browse the repository at this point in the history
docs: Update README with Citation change, StarHistory and Docker comp…
  • Loading branch information
Zeyi-Lin authored Sep 4, 2024
2 parents 8701da4 + 739028b commit 726089b
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 8 deletions.
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,20 @@ docker run -p 7860:7860 hivision_idphotos
docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py
```

用于 docker compose:

确保将模型权重文件 [hivision_modnet.onnx](https://github.com/Zeyi-Lin/HivisionIDPhotos/releases/tag/pretrained-model) 放在根目录下后,在根目录下执行:

```bash
docker compose build
```

镜像打包完成后,运行以下命令启动 API 服务:

```bash
docker compose up -d
```

<br>

# 🌲 友情链接
Expand All @@ -213,8 +227,26 @@ docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py

# 📖 引用项目

1. MTCNN: https://github.com/ipazc/mtcnn
2. ModNet: https://github.com/ZHKKKe/MODNet
1. MTCNN:
```bibtex
@software{ipazc_mtcnn_2021,
author = {ipazc},
title = {{MTCNN}},
url = {https://github.com/ipazc/mtcnn},
year = {2021},
publisher = {GitHub}
}
```
2. ModNet:
```bibtex
@software{zhkkke_modnet_2021,
author = {ZHKKKe},
title = {{ModNet}},
url = {https://github.com/ZHKKKe/MODNet},
year = {2021},
publisher = {GitHub}
}
```

<br>

Expand All @@ -235,3 +267,7 @@ docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py
# 贡献者

[Zeyi-Lin](https://github.com/Zeyi-Lin)[SAKURA-CAT](https://github.com/SAKURA-CAT)[Feudalman](https://github.com/Feudalman)[swpfY](https://github.com/swpfY)[Kaikaikaifang](https://github.com/Kaikaikaifang)[ShaohonChen](https://github.com/ShaohonChen)[KashiwaByte](https://github.com/KashiwaByte)

# StarHistory

[![Star History Chart](https://api.star-history.com/svg?repos=Zeyi-Lin/HivisionIDPhotos&type=Date)](https://star-history.com/#Zeyi-Lin/HivisionIDPhotos&Date)
26 changes: 24 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,26 @@ docker compose up -d

# 📖 Reference Projects

1. MTCNN: https://github.com/ipazc/mtcnn
2. ModNet: https://github.com/ZHKKKe/MODNet
1. MTCNN:
```bibtex
@software{ipazc_mtcnn_2021,
author = {ipazc},
title = {{MTCNN}},
url = {https://github.com/ipazc/mtcnn},
year = {2021},
publisher = {GitHub}
}
```
2. ModNet:
```bibtex
@software{zhkkke_modnet_2021,
author = {ZHKKKe},
title = {{ModNet}},
url = {https://github.com/ZHKKKe/MODNet},
year = {2021},
publisher = {GitHub}
}
```

<br>

Expand All @@ -239,3 +257,7 @@ Copyright © 2023, ZeYiLin. All Rights Reserved.
# Contributor

[Zeyi-Lin](https://github.com/Zeyi-Lin)[SAKURA-CAT](https://github.com/SAKURA-CAT)[Feudalman](https://github.com/Feudalman)[swpfY](https://github.com/swpfY)[Kaikaikaifang](https://github.com/Kaikaikaifang)[ShaohonChen](https://github.com/ShaohonChen)[KashiwaByte](https://github.com/KashiwaByte)

# StarHistory

[![Star History Chart](https://api.star-history.com/svg?repos=Zeyi-Lin/HivisionIDPhotos&type=Date)](https://star-history.com/#Zeyi-Lin/HivisionIDPhotos&Date)
40 changes: 38 additions & 2 deletions README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,44 @@ docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py

```

を実行します:

モデルのウェイトファイル[hivision_modnet.onnx](https://github.com/Zeyi-Lin/HivisionIDPhotos/releases/tag/pretrained-model)がルートディレクトリに置かれていることを確認したら、ルートディレクトリで実行します:

```bash
docker compose build
```

イメージがパッケージ化されたら、以下のコマンドを実行してAPIサービスを起動する:

```bash
docker compose up -d
```

<br>

# 📖 参考プロジェクト

1. MTCNN: https://github.com/ipazc/mtcnn
2. ModNet: https://github.com/ZHKKKe/MODNet
1. MTCNN:
```bibtex
@software{ipazc_mtcnn_2021,
author = {ipazc},
title = {{MTCNN}},
url = {https://github.com/ipazc/mtcnn},
year = {2021},
publisher = {GitHub}
}
```
2. ModNet:
```bibtex
@software{zhkkke_modnet_2021,
author = {ZHKKKe},
title = {{ModNet}},
url = {https://github.com/ZHKKKe/MODNet},
year = {2021},
publisher = {GitHub}
}
```

<br>

Expand All @@ -190,3 +222,7 @@ docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py
# 貢献者

[Zeyi-Lin](https://github.com/Zeyi-Lin)[SAKURA-CAT](https://github.com/SAKURA-CAT)[Feudalman](https://github.com/Feudalman)[swpfY](https://github.com/swpfY)[Kaikaikaifang](https://github.com/Kaikaikaifang)[ShaohonChen](https://github.com/ShaohonChen)[KashiwaByte](https://github.com/KashiwaByte)

# StarHistory

[![Star History Chart](https://api.star-history.com/svg?repos=Zeyi-Lin/HivisionIDPhotos&type=Date)](https://star-history.com/#Zeyi-Lin/HivisionIDPhotos&Date)
40 changes: 38 additions & 2 deletions README_KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,44 @@ docker run -p 7860:7860 hivision_idphotos
docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py
```

를 사용합니다:

모델 가중치 파일 [hivision_modnet.onnx](https://github.com/Zeyi-Lin/HivisionIDPhotos/releases/tag/pretrained-model)가 루트 디렉터리에 있는지 확인한 후 루트 디렉터리에서 실행합니다:

```bash
도커 컴포즈 빌드
```

이미지 패키징이 완료되면 다음 명령어를 실행하여 API 서비스를 시작합니다:

```bash
docker compose up -d
```

<br>

# 📖 프로젝트 인용

1. MTCNN: https://github.com/ipazc/mtcnn
2. ModNet: https://github.com/ZHKKKe/MODNet
1. MTCNN:
```bibtex
@software{ipazc_mtcnn_2021,
author = {ipazc},
title = {{MTCNN}},
url = {https://github.com/ipazc/mtcnn},
year = {2021},
publisher = {GitHub}
}
```
2. ModNet:
```bibtex
@software{zhkkke_modnet_2021,
author = {ZHKKKe},
title = {{ModNet}},
url = {https://github.com/ZHKKKe/MODNet},
year = {2021},
publisher = {GitHub}
}
```

<br>

Expand All @@ -187,3 +219,7 @@ docker run -p 8080:8080 hivision_idphotos python3 deploy_api.py
# 기여자

[Zeyi-Lin](https://github.com/Zeyi-Lin)[SAKURA-CAT](https://github.com/SAKURA-CAT)[Feudalman](https://github.com/Feudalman)[swpfY](https://github.com/swpfY)[Kaikaikaifang](https://github.com/Kaikaikaifang)[ShaohonChen](https://github.com/ShaohonChen)[KashiwaByte](https://github.com/KashiwaByte)

# StarHistory

[![Star History Chart](https://api.star-history.com/svg?repos=Zeyi-Lin/HivisionIDPhotos&type=Date)](https://star-history.com/#Zeyi-Lin/HivisionIDPhotos&Date)

0 comments on commit 726089b

Please sign in to comment.