first commit
This commit is contained in:
14
configs/depth_drone.gin
Normal file
14
configs/depth_drone.gin
Normal file
@@ -0,0 +1,14 @@
|
||||
# DepthGenerator.ds_root = "/media/servml/SSD_1/ds"
|
||||
DepthGenerator.ds_root = "/media/servml/SSD_1/21"
|
||||
DepthGenerator.source = "drone"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user