Skip to content

li-s/Object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object-localization

Detecting the positions of objects in images For introduction, explanation, and readings on object detection, go to Image-recognition repository.

Introduction

Getting started

Prerequisites

Usage

  1. Run get_predictions.py to get the predictions of label, confidence, and boudning box saved in /cache/predictions.pkl.
  2. Run make_detfile.py to create detection files of the images under ../data/predictions/.
  3. Run py_faster_rcnn_evaluate.py to get the average precision of each class and mean average precision.

or

  1. Run predict.py [image_path] to find the prediction, confidence and bounding box of one image.

API reference

Miscellaneous

Readings

About

Detecting the positions of objects in images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages