Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
|
@@ -11,6 +11,6 @@ BATCH_SIZE = 1
|
|
| 11 |
NUM_SAMPLES = 32
|
| 12 |
POS_ENCODE_DIMS = 16
|
| 13 |
EPOCHS = 30
|
| 14 |
-
H =
|
| 15 |
-
W =
|
| 16 |
focal = 0.6911112070083618
|
|
|
|
| 11 |
NUM_SAMPLES = 32
|
| 12 |
POS_ENCODE_DIMS = 16
|
| 13 |
EPOCHS = 30
|
| 14 |
+
H = 50
|
| 15 |
+
W = 50
|
| 16 |
focal = 0.6911112070083618
|