Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Tegu Core examples directory

Image detection Examples

ssd300_train.py: Shows how to create SSD_Model and SSD_Dataloader instances and trains SSD300 image detection models.

yolo3_train.py: Shows how to create YOLOv3_Model and YOLOv3_Dataloader instances and trains YOLOv3 image detection models.

Face detection and recognition

facenet_example.py: Shows how to create a face manager and identify faces from images.

Video classification Examples

activitynet_train.py: Shows how to pre-process video and train.