How to use the deepforest.boxes.box_from_df 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_boxes.py View on Github external
def test_box_from_df(df):
    box_list = boxes.box_from_df(df)
    assert len(box_list) == 3