Skip to content

Latest commit

 

History

History

object_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example

Here are examples for object detection.

  1. Download the onnx model and test image from RetinaNet or TinaFace, and put them in the same directory as detector.py.

  2. Run

# RetinaNet
python detector.py retinanet.py test_retinanet.jpg

# TinaFace
python detector.py tinaface.py test_tinaface.jpg