Link Blog
March 2022
-
26-03-2022
-
24-03-2022
The Basics of Database Sharding - Brent Ozar Unlimited®
brentozar.comThere are many ways to scale out your database; many of these techniques require advanced management and expensive add-ons or editions. Database sharding is a flexible way of scaling out a database. In this presentation, Jeremiah Peschka explains how to scale out using database sharding, covers basic techniques, and shares some of the pitfalls. This...
-
23-03-2022
Sharding your database
craigkerstiens.comI’m increasingly encountering users on Heroku that are encountering the need to shard their data. For most users this is something you delay as long as possible as you can generally go for sometime before you have to worry about it. Additionally scaling up your database is often a reasonable approach early on and something I encourage as a starting point as scaling up is easy to do with regards to databases. However, for the 1% of users that do need to shard when the time comes many are left wondering where to start, hence the following guide.
-
23-03-2022
Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo
25hoursaday.comOpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers.
-
22-03-2022
The Ultimate Guide to Real-Time Lane Detection Using OpenCV – Automatic Addison
automaticaddison.comIn this tutorial, we will go through the entire process, step by step, of how to detect lanes on a road in real time using the OpenCV computer vision library and Python. By the end of this tutorial, you will know how to build (from scratch) an application that can automatically detect lanes in a video stream from a front-facing camera mounted on a car. You’ll be able to generate this video below.
-
20-03-2022
Artvee
artvee.comBrowse and download high-resolution, public domain Paintings, Drawings, Illustrations and Posters.
-
18-03-2022 ⚠
Introduction - Docs - Foxglove Studio
foxglove.devLooks great, but I have not tried it! Foxglove Studio is a visualization and debugging tool for your robotics data, conveniently packaged as a desktop app.
-
18-03-2022
Calibrating a Monocular Camera with ROS - Robotics with ROS
ros-developer.comROS use OpenCV for camera calibration but the format that it stores the data is different than OpenCV. Also, you need to know where to place the camera calibration files so ROS can find it and publish it. 1.First, you need to install usb cam package from ROS and uvcdynctrl to disable autofocus: sudo apt-get install ros-kinetic-usb-cam uvcdynctrl 2.Open … Calibrating a Monocular Camera with ROS Read More »
-
18-03-2022
Fiducial-Based Localization
learn.ubiquityrobotics.comTutorials for MagniThis document discusses running our fiducial based navigation software on a Ubiquity Robotics robot base, using the supported Raspberry Pi camera. It also assumes that you have a workstation with ROS installed, which is connected to a network in common with the robot. You will need a printer, too.
-
18-03-2022
The Fiducial Follow App
learn.ubiquityrobotics.comGreat information about how to use Fiducials for simple following and navigation
-
18-03-2022
OpenCV: Detection of ArUco Markers
docs.opencv.orgPose estimation is of great importance in many computer vision applications: robot navigation, augmented reality, and many more. This process is based on finding correspondences between points in the real environment and their 2d image projection. This is usually a difficult step, and thus it is common to use synthetic or fiducial markers to make it easier.
-
18-03-2022
PyImageSearch University Courses: You can master Computer Vision, Deep Learning, and OpenCV
pyimagesearch.comComputer Vision, Deep Learning, and OpenCV courses from PyImageSearch and Dr. Adrian Rosebrock
-
17-03-2022
-
15-03-2022
haokaiyang/Mac-QuickLook: QuickLook plugins and packages
github.comQuickLook plugins and packages. Contribute to haokaiyang/Mac-QuickLook development by creating an account on GitHub.
-
13-03-2022
-
13-03-2022
cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython - ROS Wiki
wiki.ros.orgStandard way of pulling images off the camea and into opencv for ROS
-
13-03-2022
-
13-03-2022
You Only Look Once: Unified, Real-Time Object Detection
arxiv.orgWe present YOLO, a new approach to object detection. Prior work on object
detection repurposes classifiers to perform detection. Instead, we frame object
detection as a regression problem to... -
13-03-2022
-
13-03-2022