Find The Car (Object Detection)
Find the car in the image using Object detection.
@kaggle.programmerrdai_find_the_car_object_detection
Find the car in the image using Object detection.
@kaggle.programmerrdai_find_the_car_object_detection
CREATE TABLE create_bbox (
"imageid" VARCHAR,
"xmin" DOUBLE,
"ymin" DOUBLE,
"xmax" DOUBLE,
"ymax" DOUBLE,
"labels" VARCHAR
);
Anyone who has the link will be able to view this.