Advancements in deep learning have been rapid over the past decade.
While the discovery of neural networks happened almost six decades ago with the invention of the first artificial neural network in 1958 by psychologist Frank Rosenblatt (called the “perceptron”), the developments in the field did not gain true popularity until about a decade ago.
The most popular achievement in 2009 was the creation of ImageNet. ImageNet is a humungous visual dataset that has led to some of the best modern-day deep learning and computer vision projects.
This organization contains software for realtime computer vision published by the members, partners and friends of the BMW TechOffice MUNICH and InnovationLab.
Link
Streamlit enables data scientists and machine learning practitioners to build data and machine learning applications quickly.
In this piece, we will look at how we can use Streamlit to build a face verification application.
However, before we can start verifying faces, we have to detect them. In computer vision, face detection is the task of locating and localizing faces in an image. Face verification is the process of comparing the similarity of two or more images.
This project demonstrates the Udacity self-driving-car dataset and YOLO object detection into an interactive Streamlit app.
The complete demo is implemented in less than 300 lines of Python and illustrates all the major building blocks of Streamlit.
Link
Introduced in the paper, An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale, Vision Transformers (ViT) are the new talk of the town for SOTA image classification.
Experts feel this is only the tip of the iceberg when it comes to Transformer architectures replacing their convolutional counterparts for upstream/downstream tasks.
Link