Summary of Real Time Sign Language Detection with Tensorflow Object Detection and Python | Deep Learning SSD
The video demonstrates how to build a real-time sign language detector using the TensorFlow Object Detection API and Python. The methodology includes collecting images, labeling them, using transfer learning, and leveraging real-time detection. Key steps in the methodology involve cloning repositories, collecting images, labeling them, training the model, updating configurations, and using pre-trained models for transfer learning. The speakers in the video include Nicholas Trunot. The methodology involves using label image to label data, training the model with a pre-built Jupyter notebook, making real-time detections facing the camera, and deploying the model to other applications.
Notable Quotes
—
31:53
— « As we're facing the camera, we're able to make detections in real time.
»
—
31:58
— « This could be deployed elsewhere if you wanted to.
»
—
32:05
— « You can take those checkpoints and work with them going forward. »