Commit
·
dafd95e
1
Parent(s):
a4c6590
finshed
Browse files- .gitignore +1 -0
- requirements.txt +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.pyc
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
oloren
|
2 |
+
onnxruntime
|
3 |
+
opencv-python
|