I'm using faster R-CNN for object detection and I'm looking to write results into a CSV file. it will have a description column that contains yes if there is an object in a particular image or no if not.
I'm using faster R-CNN for object detection and I'm looking to write results into a CSV file. it will have a description column that contains yes if there is an object in a particular image or no if not.