ai-in-actiune / tree-counting-and-classification-in-images

Sistem bazat pe invatarea automata care detectează si clasifica copacii din imagini facute cu drona
MIT License
3 stars 10 forks source link

need to show the false positive example #34

Closed johnsmithm closed 2 years ago

johnsmithm commented 2 years ago
johnsmithm commented 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
turcanuandrei commented 2 years ago

assign to me