Deepforest v2.0.0 #1196
henrykironde
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 2.0.0 (Date: November 4, 2025)
Breaking Changes - Deprecated Items Removed:
Removed Functions:
xml_to_annotations()- Useutilities.read_pascal_voc(path)or the generalutilities.read_file(path).boxes_to_shapefile()- Useimage_to_geo_coordinates().project_boxes()- Useimage_to_geo_coordinates().annotations_to_shapefile- Useimage_to_geo_coordinates().plot_points()- Useplot_resultsdraw_points()- Useplot_resultsplot_predictions()- Useplot_resultsdraw_predictions()- Useplot_resultsuse_release()- Useload_model('weecology/deepforest-tree')insteaduse_bird_release()- Useload_model('weecology/deepforest-bird')insteadRemoved Parameters:
geometry_typeandsave_dirfromshapefile_to_annotations()num_classesandlabel_dictfromdeepforest()constructor - Use config file insteadaugmentparameter from all functions - Useaugmentationsparameter insteadraster_pathparameter from predict_tile() - Usepathparameter insteadMigration Guide:
xml_to_annotations(xml_path)withread_pascal_voc(xml_path)boxes_to_shapefile(df, root_dir)withimage_to_geo_coordinates(df, root_dir)plot_points(image, points)withplot_results(results)draw_points(image, points)withplot_results(results)plot_predictions(image, df)withplot_results(results)draw_predictions(image, df)withplot_results(results)use_release()withload_model('weecology/deepforest-tree')use_bird_release()withload_model('weecology/deepforest-bird')config_argsinstead of constructor parametersaugmentationsparameter instead ofaugmentparameterDeveloper
Developer Workflow:
Infrastructure:
Documentation:
Testing:
Features
Model Structure:
BaseModeland model creation methodscheck_model()methodData Handling:
read_file()methodEnhancements
Installation & Packaging:
2.0.0rc1)Testing & Evaluation:
evaluate_boxes()with better multi-class supportDocumentation:
This discussion was created from the release Deepforest v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions