pip install "detectree>=0.8.0"conda install -c conda-forge "detectree>=0.8.0"detectree predict-img <path-to-input-image> --output-filepath <path-to-output-image> --hf-hub-repo-id martibosch/detectree-belemdetectree predict-imgs <path-to-output-dir> --hf-hub-repo-id martibosch/detectree-belem --img-dir <path-to-input-dir><path-to-input-dir> is the path to the folder containing the .tif files. If the image files have another extension, e.g., jpeg, provide the --img-filename-pattern option as in:detectree predict-imgs <path-to-output-dir> \
--hf-hub-repo-id martibosch/detectree-belem \
--img-dir <path-to-input-dir> \
--img-filename-pattern "*.jpeg"detectree predict-imgs <path-to-output-dir> \
--hf-hub-repo-id martibosch/detectree-belem \
--img-dir <path-to-input-dir> \
--img-filename-pattern "*.jpeg" \
--refine-beta 10000