v7labs / darwin-py

Library and commandline tool for managing datasets on darwin.v7labs.com
MIT License
115 stars 40 forks source link

[DAR-2239][External] Added missing argument for call of get_image_path_from_stream() #847

Closed JBWilkie closed 2 months ago

JBWilkie commented 2 months ago

Problem

The call of this function is missing the annotation_path argument in _map_annotations_to_images()

Solution

Add this argument to the function

Changelog

Fixed broken function call by adding missing required argument

linear[bot] commented 2 months ago

DAR-2239 Add missing argument to call of get_image_path_from_stream()