ThatOneShortGuy
commited on
Commit
·
c6e80b4
1
Parent(s):
9c005c2
Update requirements
Browse files
requirements.txt → requirements_cpu.txt
RENAMED
File without changes
|
requirements_no_torch.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
matplotlib
|
3 |
+
opencv-python
|
4 |
+
git+https://github.com/facebookresearch/detectron2.git
|
5 |
+
tqdm
|
6 |
+
datasets
|