Upload panda_large.yaml
Browse files- panda_large.yaml +17 -0
panda_large.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
name: panda
|
| 3 |
+
args:
|
| 4 |
+
midas_model_type: vitl
|
| 5 |
+
fine_tune_type: inference
|
| 6 |
+
min_depth: 0.01
|
| 7 |
+
max_depth: 10.0
|
| 8 |
+
lora: True
|
| 9 |
+
train_decoder: True
|
| 10 |
+
lora_rank: 4
|
| 11 |
+
|
| 12 |
+
load_weights_dir: /hpc2hdd/home/zcao740/Documents/360Depth/Semi-supervision/tmp/_student_vitl_l+z+x_1_1_1_1/best/
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|