Category Object Detection

60. Invoking Actions After Detection

Just being able to detect things won’t be useful, so I created a function to invoke some kind of action under a certain condition.Thanks to Edge Electronics’s video, I was able to understand how to structure actions after detection. The…

50. Detecting My BRITA with YOLOV5

MY BRITAFor the past few weeks, I’ve been deploying pre-trained models so, for this time, I finally made my first retrained model for detecting my BRITA(I honestly just didn’t have anything else to detect). Since it’s my first time, I…

47. SSD_Inception_V2 vs SSD_MobileNet_V2

COMPARING MODELSLast week, I was able to deploy SSD_mobileNet_v2, so for comparison, this time I deployed SSD_Inception_V2. PREREQUISITE– DeepStream 5.0.1– Jetpack 4.4– Tensorflow 1.15.0 ( If you haven’t installed it yet, check out my last post) REFERENCES– https://havedatawilltrain.com/stream-of-the-jest/– IMPLEMENTATION1.…