Computer Vision
MobileNeXT (ECCV 2020)
In this article, we'll dive into an in-depth discussion of a recently proposed revamping of the popular MobileNet architecture, namely MobileNeXt, published at ECCV 2020.

Featured
public
Object Detection
How to Train a Scaled-YOLOv4 Object Detection Model
In this blog, we will show an example of how to train and generalize Scaled-YOLOv4 on your custom dataset to detect custom objects.
A Comprehensive Guide to the DataLoader Class and Abstractions in PyTorch
In this post, we'll deal with one of the most challenging problems in the fields of Machine Learning and Deep Learning: the struggle of loading and handling different types of data.