DeepForest
DeepForest copied to clipboard
Modified boxes_to_shapefile function
Fixes Issue #516:
The following modifications have been made:
- Updated the
boxes_to_shapefilefunction inutilities.pyto use the 'rgb' argument instead of 'image_path'. - Modified the test functions in
test_utilities.pyto ensure the correct functionality of the modifiedboxes_to_shapefilefunction.