Spaces:
Build error
Build error
temp
Browse files- app.py +0 -2
- requirements.txt +1 -2
app.py
CHANGED
@@ -4,8 +4,6 @@ import torch
|
|
4 |
|
5 |
import fire_network
|
6 |
|
7 |
-
import cv2
|
8 |
-
|
9 |
# Possible Scales for multiscale inference
|
10 |
scales = [2.0, 1.414, 1.0, 0.707, 0.5, 0.353, 0.25]
|
11 |
|
|
|
4 |
|
5 |
import fire_network
|
6 |
|
|
|
|
|
7 |
# Possible Scales for multiscale inference
|
8 |
scales = [2.0, 1.414, 1.0, 0.707, 0.5, 0.353, 0.25]
|
9 |
|
requirements.txt
CHANGED
@@ -2,5 +2,4 @@ numpy
|
|
2 |
pyaml
|
3 |
matplotlib
|
4 |
torch==1.10.2
|
5 |
-
torchvision==0.11.3
|
6 |
-
opencv-python
|
|
|
2 |
pyaml
|
3 |
matplotlib
|
4 |
torch==1.10.2
|
5 |
+
torchvision==0.11.3
|
|