Upload checkpoints
Browse files- config.json +149 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"coarse_branch": {
|
| 3 |
+
"attractor_alpha": 1000,
|
| 4 |
+
"attractor_gamma": 2,
|
| 5 |
+
"attractor_kind": "mean",
|
| 6 |
+
"attractor_type": "inv",
|
| 7 |
+
"aug": true,
|
| 8 |
+
"bin_centers_type": "softplus",
|
| 9 |
+
"bin_embedding_dim": 128,
|
| 10 |
+
"clip_grad": 0.1,
|
| 11 |
+
"dataset": "nyu",
|
| 12 |
+
"distributed": true,
|
| 13 |
+
"do_resize": false,
|
| 14 |
+
"force_keep_ar": true,
|
| 15 |
+
"freeze_midas_bn": true,
|
| 16 |
+
"gpu": "NULL",
|
| 17 |
+
"img_size": [
|
| 18 |
+
384,
|
| 19 |
+
512
|
| 20 |
+
],
|
| 21 |
+
"inverse_midas": false,
|
| 22 |
+
"log_images_every": 0.1,
|
| 23 |
+
"max_depth": 80,
|
| 24 |
+
"max_temp": 50.0,
|
| 25 |
+
"max_translation": 100,
|
| 26 |
+
"memory_efficient": true,
|
| 27 |
+
"midas_model_type": "DPT_BEiT_L_384",
|
| 28 |
+
"min_depth": 0.001,
|
| 29 |
+
"min_temp": 0.0212,
|
| 30 |
+
"model": "zoedepth",
|
| 31 |
+
"n_attractors": [
|
| 32 |
+
16,
|
| 33 |
+
8,
|
| 34 |
+
4,
|
| 35 |
+
1
|
| 36 |
+
],
|
| 37 |
+
"n_bins": 64,
|
| 38 |
+
"name": "ZoeDepth",
|
| 39 |
+
"notes": "",
|
| 40 |
+
"output_distribution": "logbinomial",
|
| 41 |
+
"prefetch": false,
|
| 42 |
+
"pretrained_resource": "local::./work_dir/ZoeDepthv1.pt",
|
| 43 |
+
"print_losses": false,
|
| 44 |
+
"project": "ZoeDepth",
|
| 45 |
+
"random_crop": false,
|
| 46 |
+
"random_translate": false,
|
| 47 |
+
"root": ".",
|
| 48 |
+
"save_dir": "",
|
| 49 |
+
"shared_dict": "NULL",
|
| 50 |
+
"tags": "",
|
| 51 |
+
"train_midas": true,
|
| 52 |
+
"translate_prob": 0.2,
|
| 53 |
+
"type": "ZoeDepth",
|
| 54 |
+
"uid": "NULL",
|
| 55 |
+
"use_amp": false,
|
| 56 |
+
"use_pretrained_midas": true,
|
| 57 |
+
"use_shared_dict": false,
|
| 58 |
+
"validate_every": 0.25,
|
| 59 |
+
"version_name": "v1",
|
| 60 |
+
"workers": 16
|
| 61 |
+
},
|
| 62 |
+
"fine_branch": {
|
| 63 |
+
"attractor_alpha": 1000,
|
| 64 |
+
"attractor_gamma": 2,
|
| 65 |
+
"attractor_kind": "mean",
|
| 66 |
+
"attractor_type": "inv",
|
| 67 |
+
"aug": true,
|
| 68 |
+
"bin_centers_type": "softplus",
|
| 69 |
+
"bin_embedding_dim": 128,
|
| 70 |
+
"clip_grad": 0.1,
|
| 71 |
+
"dataset": "nyu",
|
| 72 |
+
"distributed": true,
|
| 73 |
+
"do_resize": false,
|
| 74 |
+
"force_keep_ar": true,
|
| 75 |
+
"freeze_midas_bn": true,
|
| 76 |
+
"gpu": "NULL",
|
| 77 |
+
"img_size": [
|
| 78 |
+
384,
|
| 79 |
+
512
|
| 80 |
+
],
|
| 81 |
+
"inverse_midas": false,
|
| 82 |
+
"log_images_every": 0.1,
|
| 83 |
+
"max_depth": 80,
|
| 84 |
+
"max_temp": 50.0,
|
| 85 |
+
"max_translation": 100,
|
| 86 |
+
"memory_efficient": true,
|
| 87 |
+
"midas_model_type": "DPT_BEiT_L_384",
|
| 88 |
+
"min_depth": 0.001,
|
| 89 |
+
"min_temp": 0.0212,
|
| 90 |
+
"model": "zoedepth",
|
| 91 |
+
"n_attractors": [
|
| 92 |
+
16,
|
| 93 |
+
8,
|
| 94 |
+
4,
|
| 95 |
+
1
|
| 96 |
+
],
|
| 97 |
+
"n_bins": 64,
|
| 98 |
+
"name": "ZoeDepth",
|
| 99 |
+
"notes": "",
|
| 100 |
+
"output_distribution": "logbinomial",
|
| 101 |
+
"prefetch": false,
|
| 102 |
+
"pretrained_resource": "local::./work_dir/ZoeDepthv1.pt",
|
| 103 |
+
"print_losses": false,
|
| 104 |
+
"project": "ZoeDepth",
|
| 105 |
+
"random_crop": false,
|
| 106 |
+
"random_translate": false,
|
| 107 |
+
"root": ".",
|
| 108 |
+
"save_dir": "",
|
| 109 |
+
"shared_dict": "NULL",
|
| 110 |
+
"tags": "",
|
| 111 |
+
"train_midas": true,
|
| 112 |
+
"translate_prob": 0.2,
|
| 113 |
+
"type": "ZoeDepth",
|
| 114 |
+
"uid": "NULL",
|
| 115 |
+
"use_amp": false,
|
| 116 |
+
"use_pretrained_midas": true,
|
| 117 |
+
"use_shared_dict": false,
|
| 118 |
+
"validate_every": 0.25,
|
| 119 |
+
"version_name": "v1",
|
| 120 |
+
"workers": 16
|
| 121 |
+
},
|
| 122 |
+
"guided_fusion": {
|
| 123 |
+
"g2l": true,
|
| 124 |
+
"n_channels": 5,
|
| 125 |
+
"type": "GuidedFusionPatchFusion"
|
| 126 |
+
},
|
| 127 |
+
"image_raw_shape": [
|
| 128 |
+
2160,
|
| 129 |
+
3840
|
| 130 |
+
],
|
| 131 |
+
"max_depth": 80,
|
| 132 |
+
"min_depth": 0.001,
|
| 133 |
+
"patch_process_shape": [
|
| 134 |
+
384,
|
| 135 |
+
512
|
| 136 |
+
],
|
| 137 |
+
"patch_split_num": [
|
| 138 |
+
4,
|
| 139 |
+
4
|
| 140 |
+
],
|
| 141 |
+
"pretrain_model": [
|
| 142 |
+
"./work_dir/zoedepth_u4k/coarse_pretrain/checkpoint_24.pth",
|
| 143 |
+
"./work_dir/zoedepth_u4k/fine_pretrain/checkpoint_24.pth"
|
| 144 |
+
],
|
| 145 |
+
"sigloss": {
|
| 146 |
+
"type": "SILogLoss"
|
| 147 |
+
},
|
| 148 |
+
"transformers_version": "4.36.2"
|
| 149 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3461776f6d51f3f0869056cd9bdfc22e2677763966563335d50cbc3d92596cb9
|
| 3 |
+
size 3240696624
|