Learn practical skills, build real-world projects, and advance your career

GRIP-The Sparks Foundation Internship

Computer Vision & IOT

Task 1 : Object Detection in Image and Video

Language used : Python

Name : Boreddy Sai Prathap Reddy

import cv2
import matplotlib.pyplot as plt
config_file = 'ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt'
frozen_model = 'frozen_inference_graph.pb'
model = cv2.dnn_DetectionModel(frozen_model,config_file)