CNN
FCOS Fully Convolutional One stage Object Detection is an anchor free anchorless object detector Inference on image and video with PyTorch
YOLOv7 Pose is a real time multi person keypoint detection model capable of giving highly accurate pose estimation results
YOLOX object detector is a recent addition in the YOLO family Read the article for detailed YOLOX paper explanation and learn how to train YOLOX on a custom dataset
Moving away from traditional document scanners learn how to create a Deep Learning based Document Segmentation model using DeepLabv3 architecture in PyTorch
Mean Average Precision mAP is a performance metric used for evaluating machine learning models We have covered mAP evaluation in detail to clear all your confusions regarding model evaluation metrics
A technical review of YOLOv7 paper along with inference report YOLOv7 Pose detection code included