Cans YOLOV5
Showing
.idea/.gitignore
0 → 100644
.idea/edge_app_v1.0.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Dockerfile
0 → 100644
app.py
0 → 100644
app.sh
0 → 100644
File added
requirements.txt
0 → 100644
| pymongo~=3.10.1 | |||
| # opencv-python~=4.2.0.34 | |||
| # requests~=2.23.0 | |||
| cachetools~=4.1.0 | |||
| wincertstore==0.2 | |||
| opencv-contrib-python==4.2.0.34 | |||
| matplotlib | |||
| imutils==0.5.3 | |||
| certifi==2020.6.20 |
scripts/__init__.py
0 → 100644
scripts/common/config.py
0 → 100644
scripts/common/constants.py
0 → 100644
scripts/face_model.py
0 → 100644
This diff is collapsed.
File added
scripts/utils/__init__.py
0 → 100644
scripts/utils/infocenter.py
0 → 100644
scripts/utils/yolo_params.py
0 → 100644
Please register or sign in to comment