Spaces:
Sleeping
Sleeping
change req
Browse files- README.md +1 -0
- pre-requirements.txt +1 -7
- requirements.txt +2 -1
README.md
CHANGED
@@ -8,4 +8,5 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
|
|
11 |
https://github.com/AndreasLH/Weak-Cube-R-CNN
|
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
Check out the repo
|
12 |
https://github.com/AndreasLH/Weak-Cube-R-CNN
|
pre-requirements.txt
CHANGED
@@ -5,10 +5,4 @@ fvcore
|
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
torch==2.4.1
|
7 |
torchvision==0.19.1
|
8 |
-
torchaudio==2.4.1
|
9 |
-
|
10 |
-
gradio
|
11 |
-
matplotlib
|
12 |
-
numpy <= 1.26.1
|
13 |
-
opencv-python
|
14 |
-
pyransac3d
|
|
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
torch==2.4.1
|
7 |
torchvision==0.19.1
|
8 |
+
torchaudio==2.4.1
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ git+https://github.com/facebookresearch/detectron2.git
|
|
5 |
gradio
|
6 |
matplotlib
|
7 |
numpy
|
8 |
-
opencv-python
|
|
|
|
5 |
gradio
|
6 |
matplotlib
|
7 |
numpy
|
8 |
+
opencv-python
|
9 |
+
pyransac3d
|