SlideShare a Scribd company logo
1 of 5
Download to read offline
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 924
Partial Object Detection in Inclined Weather Conditions
1Margret Sharmila F, 2Amrithya Muralikrishnan, 3Sangavi S, 4Chandrupan R
1Assistant Professor, 2,3,4 UG Student,
Computer Science And Business Systems, Sri Krishna College Of Engineering And Technology Tamil Nadu,
Coimbatore, India.
--------------------------------------------------------------------------***---------------------------------------------------------------------
Abstract- This article provides a comprehensive
analysis of the challenges associated with object
detection. To conduct a systematic examination of
the problem, we present a taxonomy based on the
issues at hand. We delve into each issue in detail and
present a unified view of the solutions proposed in
this document. Moreover, we highlight significant
gaps in the literature that have not been previously
discussed, including existing imbalances and those
that require further exploration.
Keywords: - Imbalance Problems, Object Detection,
Number Plate reading
Object detection is the simultaneous
estimation of class & the location for object instances in
a given image. It is a fundamental problem in computer
vision with many important applications such as
surveillance, autonomous driving, medical decision-
making, and many problems in robotics. Since object
detection is treated as a machine learning problem,
first-generation methods based on manual features and
linear classifiers have maximum profit. The most
successful and representative method of this generation
is the deformable part model (DPM) [13]. The current
generation of OD methods is dependent on deep
learning, and the handcrafted features and linear
classifiers of the first generation methods are replaced
by DL. The above replacement brings significant
performance gains: on the widely used OD benchmark
dataset (PASCAL VOC), DPM achieves a mean average
precision (mAP) of 0.34, while current deep learning-
based OD models achieve around 0.80 mAP. Over the
past five years, although the main driver of OD
advancements has been the incorporation of deep
neural network imbalance problems at multiple levels
in OD, it has also received a great deal of attention. A
given image usually has a small number of positive
samples, but millions of negative samples can be
extracted. If left unaddressed, this imbalance can
greatly affect detection accuracy.
Here two User Personas are addressed, one is
the person who uploads a picture for the Trained
System to detect the Number Plate of the vehicle in
Inclement weather conditions. The other User Persona
is the person who requires the text file that contains all
the Numbers detected.
1. Vision-Assisted Robotic Handling: Object
Positioning, Estimation, Detection, and
Movement Planning
In this article, we will take a closer look at visual
input for robots. We summarize the 3 main jobs of vision-
based robot positioning: object localization, and
perception estimation. Specifically, object localization
tasks include classification-free object localization. Here
the upper operation provides the target object's field in
the input data. The object estimation pose task mostly
refers to 6D object estimation poses. These 3 tasks can be
accomplished by different combinations of robotic
grasping.
2. Modeling contextual scenarios with
Boltzmann machines
Visual modeling is important for robots that
need to see, think, and manipulate objects in their
environment. In this article, we adapt and extend the
Boltzmann machine to simulate a virtual scene. There are
many examples on this topic, but ours is the first to
combine objects, relationships, and space into a powerful
general model. For this purpose, we introduce a hybrid
version of BM. In this model, relationships and offers are
introduced into the model through a common three-way
connection.
3. Object Research using a theoretical model
We delineate an object detection system
based upon a composite model of multiple fault
components. Our system can represent many variable
classes of objects and achieve state results in challenging
PASCAL Object analysis. Although partial decomposition
models has changed into very demanding ones. Our
system is based on a novel approach to discriminative
training using partly labeled data. We combine
techniques for extracting negative data with a method we
call latent SVM.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
I. INTRODUCTION
II. LITERATURE-REVIEW
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 925
4. Imagenet classification using deep neural
networks
We educated a DNN to identify 1.3 million h-res
images in the LSVRC-2010 Image Net sets into 1000
distinct classes. While testing, we attained a top-1 to 5
rate of 39.7% and 18.9%, which are much finer than
previous state-of-the-art results.
5. Benchmark for the 6d proportional object
We offer a model that can estimate a solid's 6D
posture from a single RGB-D input picture. Examples of
3D object mappings or photographs of items, as well as
well-known 6D postures, are included in the training
data. Eight submissions in a single series addressing
major global events, including two new anchor entries,
are included in the prize. at various illumination levels, ii)
a research technique with an error based on blur, and iii)
a thorough review. A constant submission of fresh results
is permitted through an open online assessment system,
which has 15 distinct contemporary modes that reflect
the status of the field. Evaluations reveal that 3D local
feature-based techniques, learning-based methods, and
point-pair feature-based methods are now outperformed
by point-pair feature-based methods in terms of
performance.
6. Finding content through cross-regional
networks
In order to provide accurate and effective
content search, we provide regional integration. Our
regional analysis is remarkably unified, with practically
all comparisons shared throughout the whole picture, in
contrast to the prior regional analysis (e.g. Fast/Faster R-
CNN [7, 19]), which employs hundreds of costly
networks in the region. To do this, we offer unique
features that address the issue of differential translation
vs translation in picture classification. As a result,
frameworks for classifying objects, including residual
networks (ResNets) [10], may be explicitly classified
using our technique. We use a 101-layer ResNet to
provide competitive performance on the PASCAL VOC
dataset (e.g.83.6% mAP on the 2007 set).
Train the system to detect and read the “Number
Plate” of the vehicle and return the Characters detected
in a text file. For further use, the text file containing all
the detected Number plates’ can be used by the requestor
who is a different user persona.
A survey is conducted all over the world to
identify common imbalance problems in objects and
the solution proposed for the corresponding problem is
also recorded. The problem is mainly due to imbalance
occurring in the object during improper weather
conditions, and also due to common imbalance in the
object.
Using GANs rather than duplicating the internet
image is a more significant approach. Example for this
is Task Aware Data Synthesis, the hard sample is
generated using competing networks. Competing
networks include synthesizer, a target network, a
discriminator. Synthesizer is capable of Spoofing the
differentiates, discriminators create high-resolution
digital images to discover the connection. When an
image and ground object is kept, the synthesizer wants
to generate the realistic samples by placing the object
onto the image. To obtain the Realistic image from
synthesizer, discriminator is helped.
Considering the performance of the class during
training, by switching the image of the instance
between the existing images.
Fig 1. Object Detection Process
It is then tested and coded by matching a opaque
concepts sets to boxes of facts. Label at the end Anchor
point is fed to the classification and Regression network
for training. A two-stage approach, First generate object
proposals (or regions of interest) Use anchors through
a separate network
Tools:
Hardware
● System : Pentium IV 2.4 GHz.
● Hard Disk : 40 GB.
● Monitor : 15 inch VGA Color.
● Mouse : Logitech Mouse.
● Ram : 512 MB
● Keyboard : Standard Keyboard
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
III. PROBLEM STATEMENT
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 926
Software
● Operating System : Windows XP.
● Platform :PYTHON
TECHNOLOGY
● Tool : Python 3.6
● Front End : Python anaconda
script
● Back End : Spyder
The object detection literature has made use of a variety
of human-designed metrics and measurements. Metrics
that are learnt directly, however, will give superior
results with intriguing features.
We highlight and suggest numerous significant open
issues and imbalances in object detection in addition to a
thorough discussion of research challenges and solutions.
The imbalances that were studied warrant additional
attention among the many unresolved issues, identifying
new imbalances that have never been addressed or
discussed before.
Fig 2. Open Issues
As emphasized earlier, Foreground-Background Class
Imbalance and Foreground-Foreground Class Imbalance
are the two primary subtypes of the class imbalance
issue, as we stressed before. The issue that has to be
resolved is listed below. Pay closer attention to the view
since it is uneven since fewer people notice it.
Fig 3. Feature-level Imbalance
An excellent example of class inequality. (a)
Model that resembles data (more human models than
parking meters). (b) A case with a distribution that
differs from the dataset. The MS COCO dataset is used for
the images.
More specifically, if we analyze the traditional
FPN The architecture in Figure 9, we note that although
there are several layers of the C2 layer through the
bottom up
Low-level features to the P5 layer of the feature pyramid,
The C2 layer is directly integrated into the P2 layer,
Suggests the influence of high-level and low-level Part
numbers P2 and P5 are different.
Fig 4. Break the balance
(a) Four boxes with negative seals. (b) Two tightly closed
boxes. (c) Indicate how many overlaps there are inside
each pixel of the bounding box. The total number of
samples in the picture Because the pixel is changing, the
frequency of the pixel also changes.
the overlapped amount's bounding box.
Fig 5. SCALE IMBALANCE
Convolutional layers are represented by hierarchical
boxes. A size balancing strategy was not employed. (b)
The prediction is based on Backbone characteristics at
several sizes (e.g. SSD [19]). (c) Before creating
multiscale predictions, intermediate characteristics at
several scales are combined.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
IV. RESULT AND DISCUSSION
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 927
Fig 6. CAREER LIBRARY
Methods for addressing imbalance issues are categorized
based on difficulties. Please be aware that several
inaccuracies may display in different places if the
currency corrects them all. Virgo R-CNN
In this study, we present a thorough
analysis of the imbalance issue in object detection. We
propose a taxonomy of issues and remedies to solve
them in order to present a more comprehensive and
cohesive picture.
After classifying the issues, we go
through each issue in depth independently and offer
solutions from a united and critical viewpoint. Along with
a thorough analysis of the examined issues and their
resolutions, we also identify and suggest a number of
unresolved issues and imbalances that are crucial for
object detection.
We have found new imbalances that
have not been addressed or discussed before, in addition
to the numerous open parts of the researched imbalance
that need additional consideration.
[1] Q. Fan, L. Brown, and J. Black,"A closer look at fast r-
CNNs for vehicle detection". In 2016 IEEE Symposium on
Intelligent Vehicles.
[2] Z. Fu, Y. Chen, H. Yong, R. Jiang, L. Zhang and X.
Hua,"Backward Optimization and Forward Correlation
Processing for Food Detection", IEEE Transactions on
Optical Image Processing, 2019.
[3] A. Geiger, P. Lenz and R. Urtasun, "Are we ready for
autonomous driving? Kitti Vision Brand, In the IEEE
Conference on Computer Vision and Pattern Recognition
(CVPR), 2012.
[4] X. Dai, “Hybridnet: A fast vehicle detection system for
autonomous driving,” Signal Processing: Image
Communication, vol. 70, pp. 79 – 88, 2019.
[5] P.F. Jaeger, S.A.A. Kohl, S. Bickelhaupt, F. Isensee, T.A.
Kuder, H. Schlemmer and K.H. Maier-Hein,"Retina u-net:
a simple optical application of visual acuity for medical
object detection" arXiv, Volume 1. 1811.08661, 2018.
[6] S.-g. Lee, J. S. Bae, H. Kim, J. H. Kim, "Diagnosis of
Liver Lesions from Underestimation of Large CT Volumes
Using a Single-Tap Multiplexer" Computer Science and
Medical Technology Intervention (MICCAI), A. F. Frangi, J.
A. Schnabel, C. Davatzikos, C. Alberola-López, and G.
Fichtinger, Eds., 2018.
[7] M. Rad and V. Lepetit, “Bb8: A robust, intuitive and
accurate segmentation method for predicting the 3D
representation of complex objects without using depth",
in " IEEE International Conference on Computer Vision
(ICCV), 2017.
[8] W. Kehl, F. Manhardt, F. Tombari, S. Ilic, and N. Navab,
“ssd6d: improved RGB-based 3d analysis and 6d pose
estimation", In the IEEE International Conference on
Computer Vision (ICCV), 2017.
[9] B. Tekin, S. N. Sinha, and P. Fua, “Real-Time Seamless
Single Shot 6D Object Pose Prediction,” in The IEEE
Conference on Computer Vision and Pattern Recognition
(CVPR), 2018.
[10] T. Hodan, F. Michel, E. Brachmann, W. Kehl, A.
GlentBuch, D. Kraft, B. Drost, J. Vidal, S. Ihrke, X. Zabulis,
C. Sahin, F. Manhardt, F. Tombari, T.-K. Kim, J. Matas, and
C. Rother, “Bop: A description for comparing the
positions of 6d" objects, At the European Conference on
Computer Vision (ECCV), 2018.
[11] G. Du, K. Wang, and S. Lian, “Vision-based robotic
grasping from object localization, pose estimation, grasp
detection to motion planning: A review,” arXiv, vol.
1905.06658, 2019.
[12] I. Bozcan and S. Kalkan, “Cosmo: Contextualized
scene modeling with boltzmann machines,” Robotics and
Autonomous Systems, vol. 113, pp. 132–148, 2019.
[13] P. F. Felzenszwalb, R. B. Girshick, D. McAllester, and
D. Ramanan, “Content analysis using machine learning
models", IEEE Transactions on Simulation and Machine
Learning smart, vol. 32, no. 9, pp. 1627–1645, 2010.
[14] A. Krizhevsky, I. Sutskever, and G. E. Hinton,
“Imagenet classification using deep neural networks. In
progress Neural Information Systems (NIPS), 2012.
[15] J. Redmon and A. Farhadi, “YOLO9000: Imagenet
classification using deep neural networks. in progress
Neural Information Systems (CVPR), 2017.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
V. CONCLUSION
VI. REFERENCES
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 928
[16] R. Girshick, J. Donahue, T. Darrell, and J. Malik, “Rich
character Procedures for accurate object detection and
semantic segmentation" ,In IEEE Conference on
Computer Vision and Models To understand (CVPR),
2014.
[17] R. Girshick, “Fast R-CNN,” in The IEEE International
Conference on Computer Vision (ICCV), 2015.
[18] J. Dai, Y. Li, K. He, and J. Sun, “R-FCN: Object
detection via region-based fully convolutional networks,”
in Advances in Neural Information Processing Systems
(NIPS), 2016.
[19] W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. E. Reed,
C. Fu, and A. C. Berg, “SSD: Explore Many One Box", in
Europe computer vision conference (ECCV), 2016.
[20] J. Redmon, S. K. Divvala, R. B. Girshick, and A.
Farhadi,"You Only See It Once: Integrated Real-Time
Performance", in IEEE Congress of Computer Graphics
and Design (CVPR), 2016.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072

More Related Content

Similar to Partial Object Detection in Inclined Weather Conditions

REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISIONREAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISIONIRJET Journal
 
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET Journal
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind PeopleIRJET Journal
 
IRJET - Object Detection using Hausdorff Distance
IRJET -  	  Object Detection using Hausdorff DistanceIRJET -  	  Object Detection using Hausdorff Distance
IRJET - Object Detection using Hausdorff DistanceIRJET Journal
 
Text Recognition, Object Detection and Language Translation App
Text Recognition, Object Detection and Language Translation AppText Recognition, Object Detection and Language Translation App
Text Recognition, Object Detection and Language Translation AppIRJET Journal
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET Journal
 
IRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet ArchitectureIRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet ArchitectureIRJET Journal
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningPRATHAMESH REGE
 
IRJET- Object Detection using Hausdorff Distance
IRJET-  	  Object Detection using Hausdorff DistanceIRJET-  	  Object Detection using Hausdorff Distance
IRJET- Object Detection using Hausdorff DistanceIRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET Journal
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image DetectionIRJET Journal
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image ClassificationIRJET Journal
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET Journal
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMIRJET Journal
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET Journal
 
Image Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningImage Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningIRJET Journal
 
IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2
 IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2 IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2
IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2IRJET Journal
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionIRJET Journal
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedIRJET Journal
 
Scene Description From Images To Sentences
Scene Description From Images To SentencesScene Description From Images To Sentences
Scene Description From Images To SentencesIRJET Journal
 

Similar to Partial Object Detection in Inclined Weather Conditions (20)

REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISIONREAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
 
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
 
IRJET - Object Detection using Hausdorff Distance
IRJET -  	  Object Detection using Hausdorff DistanceIRJET -  	  Object Detection using Hausdorff Distance
IRJET - Object Detection using Hausdorff Distance
 
Text Recognition, Object Detection and Language Translation App
Text Recognition, Object Detection and Language Translation AppText Recognition, Object Detection and Language Translation App
Text Recognition, Object Detection and Language Translation App
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep Learning
 
IRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet ArchitectureIRJET - Gender and Age Prediction using Wideresnet Architecture
IRJET - Gender and Age Prediction using Wideresnet Architecture
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learning
 
IRJET- Object Detection using Hausdorff Distance
IRJET-  	  Object Detection using Hausdorff DistanceIRJET-  	  Object Detection using Hausdorff Distance
IRJET- Object Detection using Hausdorff Distance
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image Detection
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image Classification
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 
Image Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine LearningImage Features Matching and Classification Using Machine Learning
Image Features Matching and Classification Using Machine Learning
 
IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2
 IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2 IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2
IRJET - Explicit Content Detection using Faster R-CNN and SSD Mobilenet V2
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually Impaired
 
Scene Description From Images To Sentences
Scene Description From Images To SentencesScene Description From Images To Sentences
Scene Description From Images To Sentences
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 

Recently uploaded (20)

UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 

Partial Object Detection in Inclined Weather Conditions

  • 1. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 924 Partial Object Detection in Inclined Weather Conditions 1Margret Sharmila F, 2Amrithya Muralikrishnan, 3Sangavi S, 4Chandrupan R 1Assistant Professor, 2,3,4 UG Student, Computer Science And Business Systems, Sri Krishna College Of Engineering And Technology Tamil Nadu, Coimbatore, India. --------------------------------------------------------------------------***--------------------------------------------------------------------- Abstract- This article provides a comprehensive analysis of the challenges associated with object detection. To conduct a systematic examination of the problem, we present a taxonomy based on the issues at hand. We delve into each issue in detail and present a unified view of the solutions proposed in this document. Moreover, we highlight significant gaps in the literature that have not been previously discussed, including existing imbalances and those that require further exploration. Keywords: - Imbalance Problems, Object Detection, Number Plate reading Object detection is the simultaneous estimation of class & the location for object instances in a given image. It is a fundamental problem in computer vision with many important applications such as surveillance, autonomous driving, medical decision- making, and many problems in robotics. Since object detection is treated as a machine learning problem, first-generation methods based on manual features and linear classifiers have maximum profit. The most successful and representative method of this generation is the deformable part model (DPM) [13]. The current generation of OD methods is dependent on deep learning, and the handcrafted features and linear classifiers of the first generation methods are replaced by DL. The above replacement brings significant performance gains: on the widely used OD benchmark dataset (PASCAL VOC), DPM achieves a mean average precision (mAP) of 0.34, while current deep learning- based OD models achieve around 0.80 mAP. Over the past five years, although the main driver of OD advancements has been the incorporation of deep neural network imbalance problems at multiple levels in OD, it has also received a great deal of attention. A given image usually has a small number of positive samples, but millions of negative samples can be extracted. If left unaddressed, this imbalance can greatly affect detection accuracy. Here two User Personas are addressed, one is the person who uploads a picture for the Trained System to detect the Number Plate of the vehicle in Inclement weather conditions. The other User Persona is the person who requires the text file that contains all the Numbers detected. 1. Vision-Assisted Robotic Handling: Object Positioning, Estimation, Detection, and Movement Planning In this article, we will take a closer look at visual input for robots. We summarize the 3 main jobs of vision- based robot positioning: object localization, and perception estimation. Specifically, object localization tasks include classification-free object localization. Here the upper operation provides the target object's field in the input data. The object estimation pose task mostly refers to 6D object estimation poses. These 3 tasks can be accomplished by different combinations of robotic grasping. 2. Modeling contextual scenarios with Boltzmann machines Visual modeling is important for robots that need to see, think, and manipulate objects in their environment. In this article, we adapt and extend the Boltzmann machine to simulate a virtual scene. There are many examples on this topic, but ours is the first to combine objects, relationships, and space into a powerful general model. For this purpose, we introduce a hybrid version of BM. In this model, relationships and offers are introduced into the model through a common three-way connection. 3. Object Research using a theoretical model We delineate an object detection system based upon a composite model of multiple fault components. Our system can represent many variable classes of objects and achieve state results in challenging PASCAL Object analysis. Although partial decomposition models has changed into very demanding ones. Our system is based on a novel approach to discriminative training using partly labeled data. We combine techniques for extracting negative data with a method we call latent SVM. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 I. INTRODUCTION II. LITERATURE-REVIEW
  • 2. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 925 4. Imagenet classification using deep neural networks We educated a DNN to identify 1.3 million h-res images in the LSVRC-2010 Image Net sets into 1000 distinct classes. While testing, we attained a top-1 to 5 rate of 39.7% and 18.9%, which are much finer than previous state-of-the-art results. 5. Benchmark for the 6d proportional object We offer a model that can estimate a solid's 6D posture from a single RGB-D input picture. Examples of 3D object mappings or photographs of items, as well as well-known 6D postures, are included in the training data. Eight submissions in a single series addressing major global events, including two new anchor entries, are included in the prize. at various illumination levels, ii) a research technique with an error based on blur, and iii) a thorough review. A constant submission of fresh results is permitted through an open online assessment system, which has 15 distinct contemporary modes that reflect the status of the field. Evaluations reveal that 3D local feature-based techniques, learning-based methods, and point-pair feature-based methods are now outperformed by point-pair feature-based methods in terms of performance. 6. Finding content through cross-regional networks In order to provide accurate and effective content search, we provide regional integration. Our regional analysis is remarkably unified, with practically all comparisons shared throughout the whole picture, in contrast to the prior regional analysis (e.g. Fast/Faster R- CNN [7, 19]), which employs hundreds of costly networks in the region. To do this, we offer unique features that address the issue of differential translation vs translation in picture classification. As a result, frameworks for classifying objects, including residual networks (ResNets) [10], may be explicitly classified using our technique. We use a 101-layer ResNet to provide competitive performance on the PASCAL VOC dataset (e.g.83.6% mAP on the 2007 set). Train the system to detect and read the “Number Plate” of the vehicle and return the Characters detected in a text file. For further use, the text file containing all the detected Number plates’ can be used by the requestor who is a different user persona. A survey is conducted all over the world to identify common imbalance problems in objects and the solution proposed for the corresponding problem is also recorded. The problem is mainly due to imbalance occurring in the object during improper weather conditions, and also due to common imbalance in the object. Using GANs rather than duplicating the internet image is a more significant approach. Example for this is Task Aware Data Synthesis, the hard sample is generated using competing networks. Competing networks include synthesizer, a target network, a discriminator. Synthesizer is capable of Spoofing the differentiates, discriminators create high-resolution digital images to discover the connection. When an image and ground object is kept, the synthesizer wants to generate the realistic samples by placing the object onto the image. To obtain the Realistic image from synthesizer, discriminator is helped. Considering the performance of the class during training, by switching the image of the instance between the existing images. Fig 1. Object Detection Process It is then tested and coded by matching a opaque concepts sets to boxes of facts. Label at the end Anchor point is fed to the classification and Regression network for training. A two-stage approach, First generate object proposals (or regions of interest) Use anchors through a separate network Tools: Hardware ● System : Pentium IV 2.4 GHz. ● Hard Disk : 40 GB. ● Monitor : 15 inch VGA Color. ● Mouse : Logitech Mouse. ● Ram : 512 MB ● Keyboard : Standard Keyboard International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 III. PROBLEM STATEMENT
  • 3. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 926 Software ● Operating System : Windows XP. ● Platform :PYTHON TECHNOLOGY ● Tool : Python 3.6 ● Front End : Python anaconda script ● Back End : Spyder The object detection literature has made use of a variety of human-designed metrics and measurements. Metrics that are learnt directly, however, will give superior results with intriguing features. We highlight and suggest numerous significant open issues and imbalances in object detection in addition to a thorough discussion of research challenges and solutions. The imbalances that were studied warrant additional attention among the many unresolved issues, identifying new imbalances that have never been addressed or discussed before. Fig 2. Open Issues As emphasized earlier, Foreground-Background Class Imbalance and Foreground-Foreground Class Imbalance are the two primary subtypes of the class imbalance issue, as we stressed before. The issue that has to be resolved is listed below. Pay closer attention to the view since it is uneven since fewer people notice it. Fig 3. Feature-level Imbalance An excellent example of class inequality. (a) Model that resembles data (more human models than parking meters). (b) A case with a distribution that differs from the dataset. The MS COCO dataset is used for the images. More specifically, if we analyze the traditional FPN The architecture in Figure 9, we note that although there are several layers of the C2 layer through the bottom up Low-level features to the P5 layer of the feature pyramid, The C2 layer is directly integrated into the P2 layer, Suggests the influence of high-level and low-level Part numbers P2 and P5 are different. Fig 4. Break the balance (a) Four boxes with negative seals. (b) Two tightly closed boxes. (c) Indicate how many overlaps there are inside each pixel of the bounding box. The total number of samples in the picture Because the pixel is changing, the frequency of the pixel also changes. the overlapped amount's bounding box. Fig 5. SCALE IMBALANCE Convolutional layers are represented by hierarchical boxes. A size balancing strategy was not employed. (b) The prediction is based on Backbone characteristics at several sizes (e.g. SSD [19]). (c) Before creating multiscale predictions, intermediate characteristics at several scales are combined. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 IV. RESULT AND DISCUSSION
  • 4. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 927 Fig 6. CAREER LIBRARY Methods for addressing imbalance issues are categorized based on difficulties. Please be aware that several inaccuracies may display in different places if the currency corrects them all. Virgo R-CNN In this study, we present a thorough analysis of the imbalance issue in object detection. We propose a taxonomy of issues and remedies to solve them in order to present a more comprehensive and cohesive picture. After classifying the issues, we go through each issue in depth independently and offer solutions from a united and critical viewpoint. Along with a thorough analysis of the examined issues and their resolutions, we also identify and suggest a number of unresolved issues and imbalances that are crucial for object detection. We have found new imbalances that have not been addressed or discussed before, in addition to the numerous open parts of the researched imbalance that need additional consideration. [1] Q. Fan, L. Brown, and J. Black,"A closer look at fast r- CNNs for vehicle detection". In 2016 IEEE Symposium on Intelligent Vehicles. [2] Z. Fu, Y. Chen, H. Yong, R. Jiang, L. Zhang and X. Hua,"Backward Optimization and Forward Correlation Processing for Food Detection", IEEE Transactions on Optical Image Processing, 2019. [3] A. Geiger, P. Lenz and R. Urtasun, "Are we ready for autonomous driving? Kitti Vision Brand, In the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2012. [4] X. Dai, “Hybridnet: A fast vehicle detection system for autonomous driving,” Signal Processing: Image Communication, vol. 70, pp. 79 – 88, 2019. [5] P.F. Jaeger, S.A.A. Kohl, S. Bickelhaupt, F. Isensee, T.A. Kuder, H. Schlemmer and K.H. Maier-Hein,"Retina u-net: a simple optical application of visual acuity for medical object detection" arXiv, Volume 1. 1811.08661, 2018. [6] S.-g. Lee, J. S. Bae, H. Kim, J. H. Kim, "Diagnosis of Liver Lesions from Underestimation of Large CT Volumes Using a Single-Tap Multiplexer" Computer Science and Medical Technology Intervention (MICCAI), A. F. Frangi, J. A. Schnabel, C. Davatzikos, C. Alberola-López, and G. Fichtinger, Eds., 2018. [7] M. Rad and V. Lepetit, “Bb8: A robust, intuitive and accurate segmentation method for predicting the 3D representation of complex objects without using depth", in " IEEE International Conference on Computer Vision (ICCV), 2017. [8] W. Kehl, F. Manhardt, F. Tombari, S. Ilic, and N. Navab, “ssd6d: improved RGB-based 3d analysis and 6d pose estimation", In the IEEE International Conference on Computer Vision (ICCV), 2017. [9] B. Tekin, S. N. Sinha, and P. Fua, “Real-Time Seamless Single Shot 6D Object Pose Prediction,” in The IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018. [10] T. Hodan, F. Michel, E. Brachmann, W. Kehl, A. GlentBuch, D. Kraft, B. Drost, J. Vidal, S. Ihrke, X. Zabulis, C. Sahin, F. Manhardt, F. Tombari, T.-K. Kim, J. Matas, and C. Rother, “Bop: A description for comparing the positions of 6d" objects, At the European Conference on Computer Vision (ECCV), 2018. [11] G. Du, K. Wang, and S. Lian, “Vision-based robotic grasping from object localization, pose estimation, grasp detection to motion planning: A review,” arXiv, vol. 1905.06658, 2019. [12] I. Bozcan and S. Kalkan, “Cosmo: Contextualized scene modeling with boltzmann machines,” Robotics and Autonomous Systems, vol. 113, pp. 132–148, 2019. [13] P. F. Felzenszwalb, R. B. Girshick, D. McAllester, and D. Ramanan, “Content analysis using machine learning models", IEEE Transactions on Simulation and Machine Learning smart, vol. 32, no. 9, pp. 1627–1645, 2010. [14] A. Krizhevsky, I. Sutskever, and G. E. Hinton, “Imagenet classification using deep neural networks. In progress Neural Information Systems (NIPS), 2012. [15] J. Redmon and A. Farhadi, “YOLO9000: Imagenet classification using deep neural networks. in progress Neural Information Systems (CVPR), 2017. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 V. CONCLUSION VI. REFERENCES
  • 5. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 928 [16] R. Girshick, J. Donahue, T. Darrell, and J. Malik, “Rich character Procedures for accurate object detection and semantic segmentation" ,In IEEE Conference on Computer Vision and Models To understand (CVPR), 2014. [17] R. Girshick, “Fast R-CNN,” in The IEEE International Conference on Computer Vision (ICCV), 2015. [18] J. Dai, Y. Li, K. He, and J. Sun, “R-FCN: Object detection via region-based fully convolutional networks,” in Advances in Neural Information Processing Systems (NIPS), 2016. [19] W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. E. Reed, C. Fu, and A. C. Berg, “SSD: Explore Many One Box", in Europe computer vision conference (ECCV), 2016. [20] J. Redmon, S. K. Divvala, R. B. Girshick, and A. Farhadi,"You Only See It Once: Integrated Real-Time Performance", in IEEE Congress of Computer Graphics and Design (CVPR), 2016. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072