Remove width and height from plot_results and plot_annotations
While working on MillionTrees I noticed an annoying patterns for visualizing polygon data, we asked the user to separately specify the width and height of the image, even though we had the image. This was partially fixed in #834 but not fully, since the arguments still remained.
@copilot simplify the tests into one simple test. Be concise and minimal, this is a small feature.
@bw4sz I've opened a new pull request, #1209, to work on those changes. Once the pull request is ready, I'll request review from you.
This was the same general logic and motivation for https://github.com/weecology/DeepForest/pull/1210
The plot and predict functions shouldn't have to deal with all this uncertainty in what the data looks like. All of this is going to be handled by the read_file, with the exception of the edge case where the image exists only in memory and not on disk. Updated code and we should wait until 1210 is merged.