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.
facenet_example.py: Shows how to create a face manager and identify faces from images.
activitynet_train.py: Shows how to pre-process video and train.