You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image Classification for a City Dog Show Project Goal Improving your programming skills using Python. In this project, I use a created image classifier to identify dog breeds. It is for one of the submission for the udacity nanodegree program
The goal of this project is to produce artistic images by merging the content from one image with the style of another. Using a pretrained VGG19 model, it minimizes both content and style loss achieving visually compelling results.
This repo implements a VGG model with SPP layer to enable the model to receive images with different shapes - gray images with the same shape, gray images with different shapes, bgr images with the same shape, bgr images with different shapes.
Pytorch implementations of each of the models described in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition" by Karen Simonyan, Andrew Zisserman