Object-Detection: 40 FPS on Jetson Nano with TensorRT.
The Jetson Nano is low powered but equipped with an NVIDIA GPU. NVIDIA TensorRT can be used to optimize neural networks for the GPU achieving enough performa...
The Jetson Nano is low powered but equipped with an NVIDIA GPU. NVIDIA TensorRT can be used to optimize neural networks for the GPU achieving enough performa...
Gradient-weighted Class Activation Mapping (Grad-CAM) is a technique for making Convolutional Neural Network (CNN)-based models explainable by visualizing th...
In this post we compare the performance of the CNN cancer detection models that we trained previously. The results show that the performance of our custom mo...
In previous posts we have reviewed the development of CNN architectures over the last decade and even defined our own custom architecture. In this post we tr...
Medical Imaging is one of the major applications of ML and the clinically-relevant task of metastatic breast cancer detection can be framed as a straight-for...
In Medical Imaging large datasets are typically not available due to low incidence of conditions and performance of deep learning based algorithms is comprom...
Convolutional Neural Networks (CNN) are now ubiquitous in computer vision. After foundational work in the late 1990’s the last decade saw an explosion in the...
In a previous post we learned what rosbags are and how to use them to playback KITTI data. In this prequel-post we will show how to create the rosbag. The so...
The KITTI Vision Suite benchmark was introduced in the previous post. In this post we are going to convert to “rosbags”, a format that is designed for develo...
The KITTI Vision Suite benchmark is a dataset for autonomous vehicle research consisting of 6 hours of multi-modal data recorded at 10-100 Hz. It is widely u...