How to use the deepforest.utilities function in deepforest

To help you get started, we’ve selected a few deepforest examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github weecology / DeepForest / tests / test_utilities.py View on Github external
def test_number_of_images(annotations):
    n = utilities.number_of_images(annotations_file=annotations)
    assert n == 1