Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full_dask_inclusion #2

Merged
merged 33 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions geo_inference/config/sample.yaml
MarjanAsgari marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
arguments:
image: "./data/areial.tiff" # Path to Geotiff
image: ".../NB_PointEscuminac_WV02_20220615_A-017161374010_01_P001-WV02-R-G-B_claheee25.tif"
model: ./deep_learning_model/4cls_RGB_5_1_2_3_scripted.pt # Name of Extraction Model: str
bbox: None # "minx, miny, maxx, maxy"
model: "rgb-4class-segformer" # Name of Extraction Model: str
work_dir: None # Working Directory: str
batch_size: 1 # Batch size
work_dir: ./dask_geo_deep_learning/dask_geo_inference # Working Directory: str
bands_requested: '1,2,3' # requested Bands
vec: False # Vector Coversion: bool
vec: False # Vector Conversion: bool
yolo: False # YOLO Conversion: bool
coco: False # COCO Conversion: bool
device: "gpu" # cpu or gpu: str
gpu_id: 0 # GPU ID: int
gpu_id: 0
mgpu: False
classes : 5
n_workers: 20
patch_size: 1024
Loading
Loading