Can we calculate iou and mean iou with only images and labels and without train and test csv file
Are train and test CSV files necessary for calculating IoU (Intersection over Union) and Mean IoU. Can I calculate IoU with just images and labels?
Topic object-detection keras image-classification deep-learning
Category Data Science