I'll find a reproducible example, but looks like the multi-class color isn't quite right, introduced in #789
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "/blue/ewhite/b.weinstein/miniconda3/envs/AirborneFieldGuide/lib/python3.10/site-packages/deepforest/visualize.py", line 405, in plot_results
if num_labels > 1 and len(results_color_sv) != num_labels:
TypeError: object of type 'Color' has no len()
I'll find a reproducible example, but looks like the multi-class color isn't quite right, introduced in #789
We'll need another look at this.