This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -------------------------------------------------------- | |
# Camera Single-Shot Multibox Detector (SSD) sample code | |
# for Tegra X2/X1 | |
# | |
# This program captures and displays video from IP CAM, | |
# USB webcam, or the Tegra onboard camera, and do real-time | |
# object detection with Single-Shot Multibox Detector (SSD) | |
# in Caffe. Refer to the following blog post for how to set | |
# up and run the code: | |
# |