Giter Club home page Giter Club logo

computervisionlab's Introduction

Computer Vision Lab (up to 10 points)

Basic implementations

Check basic implementations on CIFAR10 in the Deep Learning Lab project here

Cifar10

Goals:

  • Implement some basic convolutional networks
  • Implement different data augmentation
  • Implement VGG model

Advanced topologies

  • Wide Resnet (1 point)

  • Dense Nets (1 point)


Gender Recognition (3 point)

Images from "Labeled Faces in the Wild" dataset (LFW) in realistic scenarios, poses and gestures. Faces are automatically detected and cropped to 100x100 pixels RGB.

Face example

Training set: 10585 images

Test set: 2648 images

Python Notebook: here

Python code: here

Goals:

  • Implement a model with >98% accuracy over test set

  • Implement a model with >95% accuracy with less than 100K parameters

    get some inspiration from Paper


Car Model identification with bi-linear models (5 points)

Images of 20 different models of cars.

Cars

Training set: 791 images

Test set: 784 images

  • Version 1. Two different CNNs:

    Python code: here

  • Version 2. The same CNN (potentially a pre-trained model)

    Python code: here

Goals:

  • Understand the above Keras implementations:
    • Name the layers
    • Built several models
    • Understand tensors sizes
    • Connect models with operations (outproduct)
    • Create an image generator that returns a list of tensors
    • Create a data flow with multiple inputs for the model

Suggestion:

  • Load a pre-trained VGG16, Resnet... model
  • Connect this pre-trained model and form a bi-linear
  • Train freezing weights first, unfreeze after some epochs, very low learning rate
  • Accuracy >65% is expected

Paper


Image colorization (3 point)

Cars

Code extracted and adapted from github

Goals:

  • Understand the above Keras implementations:
    • How to load the inception net
    • How to merge encoder and inception result

Python code: here

Need help? Read

Image segmentation (4 points)

Retina image segmentation

Image Mask

An example of encoder-decoder for segmentation:

Python code: here

Exercise: implement a UNET.

Other project?

You are welcome!

computervisionlab's People

Contributors

rparedespalacios avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.