Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions docs/user_guide/16_prediction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ There are atleast four ways to make predictions with DeepForest.

In general, during inference, for large images it is most common to use predict_tile.

```{tip}
Working with overlapping surveys and want to remove duplicate detections across images?
See the new guide: [Unique Predictions (Double-Counting Removal)](./17_Unique_predictions.md).
It covers the SfM-based pipeline, extra installation, and best practices.
```

## Predict an image using the command line

We provide a basic utility script to run a prediction task with the ability to save and/or plot outputs. This command is called `deepforest predict` and is included as part of the standard installation. You can run the command without any arguments, or the `--help` flag to check that it's available. The script will run in tiled prediction mode by default.
Expand Down
Loading
Loading