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 ...
Search Results for: c
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 ...
Image Matting with state-of-the-art Method “F, B, Alpha Matting”
The foreground is the part of a view or picture, that is nearest to you when you look at it (Oxford dictionary). We, humans, are usually good at distinguishing foreground objects on images from the ...