Introduction
Background Since Meta Quest 2 has no depth sensor, it cannot estimate the depth of the current view. The purpose of this project is to implement the model which is able to predict the distance bet...
Background Since Meta Quest 2 has no depth sensor, it cannot estimate the depth of the current view. The purpose of this project is to implement the model which is able to predict the distance bet...
Prerequisition Linux GUI Installed(Debian or Ubuntu) Browser Installed(recommend Firefox) VSCode Installed(see my previous post) Claude Desktop on debian arm64 …(Skip for the detail) I tri...
Prerequisition Termux installed Linux GUI installed(Debian or Ubuntu) Browser Installed(recommend Firefox) Installation Download VSCode from official website: https://code.visualstudio.com...
Problems with the previous plan Although the plan was good. But while I’m trying to execute it, I’ve found several realistic problems. Lack of Math Knowledge(Linear Algebra, Calculus) so it was ...
1. Essence of Linear Algebra Vector list of numbers, point, direction and length. Linear combinations linear combination of two vector $\vec v$ and $\vec w$: (a and b are Scalar) $a\vec v\ +\ b\vec...
Topics Vectors and Spaces Vector, Norm, Dot Product, Span, Subspace, Basis, Dimension, Rank Linear Transformations Matrix Multiplication, Linear Map, Matrix Representation Orthogonalit...
Prerequisition Github Page setup Chripy basic setup I believe you have seen the tutorials of many guides about Chripy and Github page setup from many other websites. This post is only aimed ...