OpenCV library is widely used due to its extensive coverage of the computer vision tasks, and availability to involve it in various projects, including deep learning. Usually, OpenCV is used with C++ ...
Search Results for: c
PyTorch to Tensorflow Model Conversion
In this post, we will learn how to convert a PyTorch model to TensorFlow. If you are new to Deep Learning you may be overwhelmed by which framework to use. We personally think PyTorch is the first ...
Snake Game with OpenCV Python
In this post, we will create the Snake Game using Python and OpenCV as shown in the video above. Snake Game In the Snake Game, we have a digital snake that we control using the arrows keys. An ...
Stanford MRNet Challenge: Classifying Knee MRIs
Stanford ML Group, led by Andrew Ng, works on important problems in areas such as healthcare and climate change, using AI. Last year they released a knee MRI dataset consisting of 1,370 knee MRI ...
Experiment Logging with TensorBoard and wandb
When approaching a problem using Machine Learning or Deep Learning, researchers often face a necessity of model tuning because the chosen method usually depends on various hyperparameters and used ...
Understanding Lens Distortion
In a previous post, we went over the geometry of image formation and learned how a point in 3D gets projected on to the image plane of a camera. The model we used was based on the pinhole camera ...