You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)]
The text was updated successfully, but these errors were encountered:
Christoph-Schierghofer
changed the title
Weinstein_DeepForest/deepforest_tutorial.ipynb Line
Weinstein_DeepForest/deepforest_tutorial.ipynb
Feb 19, 2025
Christoph-Schierghofer
changed the title
Weinstein_DeepForest/deepforest_tutorial.ipynb
Weinstein_DeepForest/deepforest_tutorial.ipynb Error spotted
Feb 19, 2025
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)]
The text was updated successfully, but these errors were encountered: