You are on page 1of 10

19CS407-THEORY OF COMPUTATION

CASE STUDY ON HUMAN DETECTION

DIVYA.S
212221040043
INTRODUCTION:
 
Object detection can be considered as a part of
computer vision that deals with detecting objects (such as humans, dogs,
and cars) in digital images or videos. It is widely used in various tasks, for
example, image annotation, object tracking, facial recognition, etc. Object
detection is challenging, and multiple algorithms are used to perform this
task. In this blog, we will look at different techniques to detect humans in
an image or video. Now we analyse the implementation of human
detection with the help of the concepts of theory of computation.
Modern approaches for human detection mainly consist of
deep convolution neural networks. Modern object detection systems based
on CNN are very accurate and can detect objects belonging to multiple
classes. 
Deep neural networks tasks can be solved by using
TensorFlow. TensorFlow is an open-source API provided by Google. We
will talk about three models that can be implemented by using TensorFlow,
which can detect humans. Let us look at some of the popular deep neural
networks.
ABSTRACT:
A Human Detection Exercise to identify the presence
of humans and identification of the rectangular boundary around them.
Apart from the live and video inference features, the exercise also
includes model benchmarking and model visualization. The user is
expected to upload a Deep Learning model which fits the required
input and output specifications for inference. The input model is
supposed to be in the ONNX (open format for ML models) format.
We provide all the guidance in the exercise to the user, this includes
everything from fine tuning pre built object detection models in
different framework.
HUMAN DETECTION:
 
Human detection is a subfield of object detection.
An object detection system that can identify humans in an image is called a
human detection system. Let us look at some of the approaches through
which we can do human detection.
COMPARISON OF VARIOUS MODELS ACCURACY AND
SPEED:
HUMAN DETECTION THROUGH THEORY OF
COMPUATION:

State diagram and the state transition table of a


finite-state machine (M) for facial expression segmentation in
proposed system.
CONCLUSION:
A Human Detection Exercise to identify the
presence of humans and identification of the rectangular boundary
around them. Apart from the live and video inference features, the
exercise also includes model benchmarking and model visualization.
Therefore, the implementation of process of identifying the human
detection has done with the help of theory of computation
methodologies.
THANK YOU!

You might also like