Skip to content

Weinstein_DeepForest/deepforest_tutorial.ipynb Error spotted #7

Description

@Christoph-Schierghofer

Cell 5 line 10:

the line reads
train_annotations = annotations[~annotations.image_path.isin(test_images)]

but should be reading
train_annotations = annotations[~annotations.image_path.isin(train_images)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions