This document proposes and evaluates a method for estimating crowd counts in heavily occluded regions using deep convolutional neural networks and motion detection. The method involves preprocessing video frames using Gaussian blur to remove noise, extracting motion features using a background subtraction algorithm to detect moving humans, and applying a deep CNN trained on video data to classify objects and count humans. The method is shown to accurately count crowds in dense and sparse regions by tracking pixel movements and incrementing the count when a person passes a threshold. While the document outlines the methodology, it does not provide detailed evaluation results or performance metrics for the proposed crowd counting system.