first commit

This commit is contained in:
pikaliov
2026-04-16 15:35:01 +03:00
commit 30846d68ad
25 changed files with 2643 additions and 0 deletions

13
configs/depth_sat.gin Normal file
View File

@@ -0,0 +1,13 @@
DepthGenerator.ds_root = "/media/servml/SSD_1/ds"
DepthGenerator.source = "sat"
DepthGenerator.model_id = "depth-anything/Depth-Anything-V2-Small-hf"
DepthGenerator.device = "cuda"
DepthGenerator.out_name = "depth.npy"
DepthGenerator.out_vis_name = "depth_vis.png"
DepthGenerator.exts = ["png", "jpg", "jpeg"]
DepthGenerator.recursive = False
DepthGenerator.overwrite = False
DepthGenerator.batch_log_every = 50