Categories
Algorithms Computer Vision Machine Learning

YOLO Alternatives for Object detection

Finding a best Yolo Alternative could be hard when everyone is obsessed with Yolo now days due to its good performance and easy to use method. But if you are like me who like to explore other options or just curious to know what other YOLO Object detection alternatives available, you are in a right […]

Categories
Algorithms ESP8266

Wi-Fi RSSI Based Indoor Positioning System with NodeMCU

There are many indoor positioning systems has been developed in past few years ranging from IR based systems up to RF based and Ultra-Wide Band based Indoor positioning systems. Even the modern-day development is working on LiFi based Indoor Positioning systems as well. Today we are going to discuss about the code and algorithm based […]

Categories
Algorithms Robotics

Efficient Single-Sensor Line Following Algorithm

The line following algorithm uses different combinations of sensors. We are focusing single sensor line following algorithm in this post. There are also other algorithms available which we can implement for making our line following robot. We also explained these algorithms in our others posts under the robotics category and Arduino section of this blog. […]