API Reference
- deeptrees.predict(image_path, config_path)[source]
Run tree crown delineation prediction on the provided image paths using the given configuration.
- Parameters:
image_path (list[str]) – A list of file paths to the images to be processed.
config_path (str) – The file path to the configuration file for the prediction.
- Returns:
This function does not return any value. It performs the prediction in-place.
- Return type:
None