Closed johnsmithm closed 2 years ago
labels = annotation = utilities.xml_to_annotations(YELL_xml) # labels/ true boxes
images = load_data()
prediction = m.predict(images)
false_pozitive_boxes = find_false_positive(labels, prediction)
img_labels = plot_boxes(img, labels)
img_predict = plot_boxes(img, prediction)
img_false_pozitive_boxes = plot_boxes(img, false_pozitive_boxes)
```resouces
* https://deepforest.readthedocs.io/en/latest/getting_started.html
* https://colab.research.google.com/drive/1gKUiocwfCvcvVfiKzAaf6voiUVL2KK_r?usp=sharing#scrollTo=f8MKNC3_Zrxk
assign to me