Recent Posts

Notes on Computer Vision Coding

pickle use the following code to inspect and view .pickle or .p datasets import pickle import matplotlib.pyplot as plt with open('train.p', 'rb') as ...

Notes on Jetson Xavier AGX

Jetpack check Jetpack version: sudo apt-cache show nvidia-jetpack Basics command description tegrastats -v ...