We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d45bc commit d2700c3Copy full SHA for d2700c3
.gitignore
@@ -1,2 +1,3 @@
1
*/__pycache__
2
/.idea
3
+*.pt
README.md
@@ -1,3 +1,13 @@
+# Fork of [deepcam-cn/yolov5-face](https://github.com/deepcam-cn/yolov5-face)
+
+* Added [requirements.txt](requirements.txt) file.
4
5
+# Installation
6
7
+* `pip install -r requirements.txt`
8
9
+# Original Readme
10
11
## What's New
12
13
**2023.04** [yolov8-face](https://github.com/derronqi/yolov8-face) (🔥🔥🔥↑)
requirements.txt
@@ -0,0 +1,8 @@
+torch>=2.0.0
+torchvision>=0.15.0
+opencv-python>=4.7.0
+tqdm>=4.65.0
+PyYAML>=6.0.0
+seaborn>=0.12.0
+scipy>=1.10.0
+thop>=0.1.1
0 commit comments