RTU-DRONEVISUALS

USAGE

python real_time_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel

NECESSARY PACKAGES

from imutils.video import VideoStream
from imutils.video import FPS
import numpy as np
import argparse
import imutils
import time
import cv2

QUIT LOOP

press q key in order to quit