Imtiaz Ul HassanRevolutionizing Image Automation with YOLOV5: The Future of Object DetectionIn recent years, the field of computer vision has witnessed a significant advancement in the development of deep learning-based object…Mar 27, 2023Mar 27, 2023
Imtiaz Ul HassanDeploying YoloV5 SimplifiedIn this article, I will attempt to write a simple script that utilizes the YOLOv5 object detection model for custom use. Suppose you have…Mar 13, 2023Mar 13, 2023
Imtiaz Ul HassanSetting Up YoloV5 locally on windowsIn this blog we will explore how to setup YoloV5 locally on windows. Most of the tutorials focus on using Anaconda explorer to setup…Feb 21, 2023Feb 21, 2023
Imtiaz Ul HassanDeploying YoloV5The majority of tutorials I have come across only explain how to train YOLOV5 and generate bounding boxes on custom images or videos using…Feb 20, 20231Feb 20, 20231
Imtiaz Ul HassanWeed Detection Using YOLOV5YOLO is a popular real-time object detection algorithm. The reason of YOLO’s popularity its speed. Unlike other object detection algorithms…Feb 17, 2023Feb 17, 2023
Imtiaz Ul HassanWhy AI can’t replace humanRecently there has been astonishing development in the field of AI. Everyone is talking about ChatGPT and how it will replace developers…Dec 20, 20221Dec 20, 20221
Imtiaz Ul HassanEnd-to-end learning using CARLA SimulatorEnd-to-end learning refers to using a single system/model to perform complex tasks instead of breaking them into smaller simple tasks. One…Aug 31, 2022Aug 31, 2022
Imtiaz Ul HassanVisualizing CARLA LIDAR point clouds using RVIZ CARLA-ROS-BridgeIn this article we will visualize LIDAR point clouds using carla Ros bridge. CARLA is an open source Self driving car simulator which…May 9, 2022May 9, 2022
Imtiaz Ul HassanSolving the ModuleNotFoundError: No module named ‘carla’ ErrorCARLA is an awesome simulator for carrying out experiment related to Autonomous Driving. But its user often face the import Carla error…Feb 10, 20221Feb 10, 20221
Imtiaz Ul HassanAttaching sensors and visualizing sensor data in Carla-vizThis blog is the continuation of my previous one which is how you can spawn a vehicle in a desired location in Carla. My aim is just to…Mar 3, 2021Mar 3, 2021