DeepMultiBox is a scalable object detection method using deep neural networks that detects objects in a class-agnostic manner. It predicts bounding boxes and confidence scores using a single DNN. It formulates object detection as a regression problem to optimize bounding box coordinates and confidences. It was shown to achieve competitive detection results on PASCAL VOC 2007 with faster runtime than other methods.