Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Panneerselvam-N committed Aug 1, 2021
1 parent 551ee05 commit 264e7a1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions conda-cpu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: yolov4-cpu

dependencies:
- python==3.7
- pip
- matplotlib
- opencv
- pip:
- opencv-python==4.1.1.26
- lxml
- tqdm
- tensorflow==2.3.0rc0
- absl-py
- easydict
- pillow
17 changes: 17 additions & 0 deletions conda-gpu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: yolov4-gpu

dependencies:
- python==3.7
- pip
- matplotlib
- opencv
- cudnn
- cudatoolkit==10.1.243
- pip:
- tensorflow-gpu==2.3.0rc0
- opencv-python==4.1.1.26
- lxml
- tqdm
- absl-py
- easydict
- pillow
8 changes: 8 additions & 0 deletions requirements-gpu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tensorflow-gpu==2.3.0rc0
opencv-python==4.1.1.26
lxml
tqdm
absl-py
matplotlib
easydict
pillow
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
opencv-python==4.1.1.26
lxml
tqdm
tensorflow==2.3.0rc0
absl-py
easydict
matplotlib
pillow

0 comments on commit 264e7a1

Please sign in to comment.