2018-12-14
robotics-perception-systems
Code : [github/mesh_image_align]
Today I am trying out this one simple idea I have in my mind. Given an image of an object (I will use banana) and it’s 3d mesh model the objective is …
2018-10-03
systems-engineering-tooling
Here is my docker images.
https://hub.docker.com/r/mpkuse/kusevisionkit/
In recent years there has been some buzz on Docker. Although some power computer vision/robotics researchers …
2018-09-08
systems-engineering-tooling
Amazing progress has been made in deep learning. I have been Tensorflow for a while now. I started out with tf0.6 then upgraded to tf0.12 then to tf1.0. The latest version is tf1.10 which is …
2018-06-30
math-estimation-optimization
This is my second part in a built-up towards understanding and implementing a real world control system. In my past post, I talked about differential equations. The take home message from my …
2018-04-24
math-estimation-optimization
Just a quick cheatsheet on derivatives (of scalars and vectors) wrt of a vector. This is borrowed from the wiki page : Matrix Calculus. Vector Calculus CAS Tricks The following document is …
2018-01-24
systems-engineering-tooling
Follow this simple and to the point tutorial : https://danielmiessler.com/study/tmux/.
From Bash
tmux ls --> show list of sessions tmux new -s session-name --> new session tmux a …
2018-01-18
math-estimation-optimization
What’s the point of studying differential equations? Can we not do away with them? I almost never see an application of those as a computer science or an ECE systems student. Is it …
2018-01-09
systems-engineering-tooling
I have this specific configuration wherein I have a PC (urop) with two network interfaces. One connected to the internet. Second network interface connected to another PC (tx2). I can access …
2017-10-22
photo-travel
I had this wonderful opportunity to visit Inner Mongolia (In China) to experience the majestic grasslands in September of 2017. I traveled to Hulunbuir (呼伦贝尔市). I traveled solo with a car …
2017-10-21
life-travel-reflections
China can be quite overwhelming experience if you arrive here unprepared. I present some practical tips from my experience to make traveling in China easier. I believe this can be quite …
2017-10-11
robotics-perception-systems
Given a set of correct keypoint matches and a fundamental matrix, to optimize the coordinates of these key points such that they satisfy the epipolar constraint.
A point (x,y) on the left …
2017-08-17
robotics-perception-systems
[GitHub]
Extracting keypoints from images, usually, corner points etc is usually the first step for geometric methods in computer vision. A typical workflow is: keypoints are extracted from …