WEEK 7: TRY DIFFERENT OBJECT DETECTION METHOD & OBJECT TRACKING
Date: 17 - 21 April 2023 Content: During week 7, my focus shifted to learning object tracking and finding alternative methods for object detection. I started by exploring the concept of object tracking and its applications in real-time visual analysis. Optical flow algorithms, which to analyze pixel motion between frames and meanshift algorithms, which updates object locations based on pixel distributions, were among the techniques I studied. Additionally, I encountered a challenge when using Haarcascade methor for detecting Red Tilapia Fish. To address this limitation, I discovered a Python library called 'Detecto' which facilitated the development of a custom-trained object detection model. I am using annotation tool called 'MAKESENSE.AI' to annotate the fish in images and trained the model using the Faster R-CNN ResNet-50 FPN architecture known for effectiveness in object detection. After several rounds of testing, fine-tuning, and iteration, I achieved remarkable r...