remove last push
Browse files- https:/huggingface.co/Boxiang/depth_chm/tree/main/.gitattributes +0 -35
- https:/huggingface.co/Boxiang/depth_chm/tree/main/Untitled +0 -1
- https:/huggingface.co/Boxiang/depth_chm/tree/main/config.json +0 -57
- https:/huggingface.co/Boxiang/depth_chm/tree/main/model.safetensors +0 -3
- https:/huggingface.co/Boxiang/depth_chm/tree/main/preprocessor_config.json +0 -26
https:/huggingface.co/Boxiang/depth_chm/tree/main/.gitattributes
DELETED
|
@@ -1,35 +0,0 @@
|
|
| 1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https:/huggingface.co/Boxiang/depth_chm/tree/main/Untitled
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
curl -LsSf https://hf.co/cli/install.sh | bash
|
|
|
|
|
|
https:/huggingface.co/Boxiang/depth_chm/tree/main/config.json
DELETED
|
@@ -1,57 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_commit_hash": null,
|
| 3 |
-
"architectures": [
|
| 4 |
-
"DepthAnythingForDepthEstimation"
|
| 5 |
-
],
|
| 6 |
-
"backbone": null,
|
| 7 |
-
"backbone_config": {
|
| 8 |
-
"architectures": [
|
| 9 |
-
"Dinov2Model"
|
| 10 |
-
],
|
| 11 |
-
"hidden_size": 768,
|
| 12 |
-
"image_size": 518,
|
| 13 |
-
"model_type": "dinov2",
|
| 14 |
-
"num_attention_heads": 12,
|
| 15 |
-
"out_features": [
|
| 16 |
-
"stage3",
|
| 17 |
-
"stage6",
|
| 18 |
-
"stage9",
|
| 19 |
-
"stage12"
|
| 20 |
-
],
|
| 21 |
-
"out_indices": [
|
| 22 |
-
3,
|
| 23 |
-
6,
|
| 24 |
-
9,
|
| 25 |
-
12
|
| 26 |
-
],
|
| 27 |
-
"patch_size": 14,
|
| 28 |
-
"reshape_hidden_states": false,
|
| 29 |
-
"torch_dtype": "float32"
|
| 30 |
-
},
|
| 31 |
-
"backbone_kwargs": null,
|
| 32 |
-
"depth_estimation_type": "metric",
|
| 33 |
-
"fusion_hidden_size": 128,
|
| 34 |
-
"head_hidden_size": 32,
|
| 35 |
-
"head_in_index": -1,
|
| 36 |
-
"initializer_range": 0.02,
|
| 37 |
-
"max_depth": 40,
|
| 38 |
-
"model_type": "depth_anything",
|
| 39 |
-
"neck_hidden_sizes": [
|
| 40 |
-
96,
|
| 41 |
-
192,
|
| 42 |
-
384,
|
| 43 |
-
768
|
| 44 |
-
],
|
| 45 |
-
"patch_size": 14,
|
| 46 |
-
"reassemble_factors": [
|
| 47 |
-
4,
|
| 48 |
-
2,
|
| 49 |
-
1,
|
| 50 |
-
0.5
|
| 51 |
-
],
|
| 52 |
-
"reassemble_hidden_size": 768,
|
| 53 |
-
"torch_dtype": "float32",
|
| 54 |
-
"transformers_version": null,
|
| 55 |
-
"use_pretrained_backbone": false,
|
| 56 |
-
"use_timm_backbone": false
|
| 57 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https:/huggingface.co/Boxiang/depth_chm/tree/main/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:43f07217080e55a9cc27bb074343251c9e055fdf4781d207e3030a9c1af73dc7
|
| 3 |
-
size 389908668
|
|
|
|
|
|
|
|
|
|
|
|
https:/huggingface.co/Boxiang/depth_chm/tree/main/preprocessor_config.json
DELETED
|
@@ -1,26 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"do_normalize": true,
|
| 3 |
-
"do_pad": false,
|
| 4 |
-
"do_rescale": true,
|
| 5 |
-
"do_resize": true,
|
| 6 |
-
"ensure_multiple_of": 14,
|
| 7 |
-
"image_mean": [
|
| 8 |
-
0.485,
|
| 9 |
-
0.456,
|
| 10 |
-
0.406
|
| 11 |
-
],
|
| 12 |
-
"image_processor_type": "DPTImageProcessor",
|
| 13 |
-
"image_std": [
|
| 14 |
-
0.229,
|
| 15 |
-
0.224,
|
| 16 |
-
0.225
|
| 17 |
-
],
|
| 18 |
-
"keep_aspect_ratio": true,
|
| 19 |
-
"resample": 3,
|
| 20 |
-
"rescale_factor": 0.00392156862745098,
|
| 21 |
-
"size": {
|
| 22 |
-
"height": 518,
|
| 23 |
-
"width": 518
|
| 24 |
-
},
|
| 25 |
-
"size_divisor": null
|
| 26 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|