Spaces:
Sleeping
Sleeping
numpy < 2.0
Browse files- app.py +1 -1
- pre-requirements.txt +4 -4
app.py
CHANGED
@@ -229,7 +229,7 @@ if __name__ == "__main__":
|
|
229 |
],
|
230 |
outputs=[gr.Image(label="Predictions"), gr.Image(label="Top view"), gr.Plot(label="Depth map"), gr.Image(label="Ground map")],
|
231 |
title=title,
|
232 |
-
description=description + "Note that the proposal method is very dependent on the finding the ground. You can see in the bottom
|
233 |
allow_flagging='never',
|
234 |
examples=[["datasets/examples/ex2.jpg"],[],[],["datasets/examples/ex1.jpg"]],)
|
235 |
|
|
|
229 |
],
|
230 |
outputs=[gr.Image(label="Predictions"), gr.Image(label="Top view"), gr.Plot(label="Depth map"), gr.Image(label="Ground map")],
|
231 |
title=title,
|
232 |
+
description=description + ". Note that the proposal method is very dependent on the finding the ground. You can see in the bottom image how the ground is detected.",
|
233 |
allow_flagging='never',
|
234 |
examples=[["datasets/examples/ex2.jpg"],[],[],["datasets/examples/ex1.jpg"]],)
|
235 |
|
pre-requirements.txt
CHANGED
@@ -3,12 +3,12 @@ iopath
|
|
3 |
fvcore
|
4 |
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
-
torch==2.
|
7 |
-
torchvision
|
8 |
-
torchaudio
|
9 |
|
10 |
gradio
|
11 |
matplotlib
|
12 |
-
numpy
|
13 |
opencv-python
|
14 |
pyransac3d
|
|
|
3 |
fvcore
|
4 |
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
+
torch==2.2.0
|
7 |
+
torchvision==0.17.0
|
8 |
+
torchaudio==2.2.
|
9 |
|
10 |
gradio
|
11 |
matplotlib
|
12 |
+
numpy <= 1.26.1
|
13 |
opencv-python
|
14 |
pyransac3d
|