Skip to content

Commit d2700c3

Browse files
committed
add requirements.txt file
1 parent 88d45bc commit d2700c3

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*/__pycache__
22
/.idea
3+
*.pt

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Fork of [deepcam-cn/yolov5-face](https://github.com/deepcam-cn/yolov5-face)
2+
3+
* Added [requirements.txt](requirements.txt) file.
4+
5+
# Installation
6+
7+
* `pip install -r requirements.txt`
8+
9+
# Original Readme
10+
111
## What's New
212

313
**2023.04** [yolov8-face](https://github.com/derronqi/yolov8-face) (🔥🔥🔥↑)

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
torch>=2.0.0
2+
torchvision>=0.15.0
3+
opencv-python>=4.7.0
4+
tqdm>=4.65.0
5+
PyYAML>=6.0.0
6+
seaborn>=0.12.0
7+
scipy>=1.10.0
8+
thop>=0.1.1

0 commit comments

Comments
 (0)