Anjana Ouseph

Results 13 comments of Anjana Ouseph

> @Cartucho Could you please add False Negative information for output.txt and in bar graphs. Did you get it? Even I want it.

Hi @AntonMu , Thanks for the quick reply!

I had plotted a graph for the Precision vs Recall curve for a class car and found the area under the graph (Average Precision) as shown below. ![car](https://user-images.githubusercontent.com/40512980/121783681-a8766e00-cbcd-11eb-8726-00b705bfda5f.png) I got...

The trained model was tested on a test dataset of 120 images of cars. The 120 images had 272 instances of class 'car', out of which 220 were detected as...

Hi @AntonMu, I actually followed your steps and trained the detector to detect cars and draw bounding boxes around it in an image which is classification + localization. Now the...

Yes, @AntonMu I hope the graph is not incorrect or anything. How can I add this as a feature? I went to that repo and followed the guidelines and ran...

Yes @AntonMu, sure I will add. Issue is I am not 100% sure if what I did is correct.

Hi @648783116 #convert .csv as per https://github.com/Cartucho/mAP from csv import DictReader INPUT_FILE = 'Detection_Results.csv' with open(INPUT_FILE, 'rt') as csvfile: reader = DictReader(csvfile) for row in reader: file_name = "{}.txt".format(row["image"]) if...