Display FPS for VTK on Python
In the last post, I discussed how to get started with VTK on Python. In this post, I will show how to add support to show frames per second (FPS). The idea to calculate FPS is…
In the last post, I discussed how to get started with VTK on Python. In this post, I will show how to add support to show frames per second (FPS). The idea to calculate FPS is…
The visualization toolkit (VTK) is a open source library displaying scientific data. VTK is maintained by Kitware, the same company which gave us CMake. VTK is written in C/C++…
If you received "_Object arrays cannot be loaded when allow_pickle=False_" while loading a numpy array using it is because numpy has changed the default loading behaviour since…
In the previous post, I discussed a solution to Kaggle's Dogs vs. Cats Challenge using Convolutional Neural Networks. CNN's takes time to train and I tried a number of different…
Dogs vs. cats challenge [1] from Kaggle ended in Jan 2014 but it is still extremely popular for getting started in deep learning. This is because of two main reasons: the data set…
Recently, I had to give away a computer with couple of disks in it. I wanted to securely erase data on these disks as I stored personal sensitive information on them. Using a…