Skip to content

nokutu/MCV_CNN_framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5 Project: Scene Understanding for Autonomous Vehicles

The goal of this project is to learn the basic concepts and techniques to build deep neural networks to detect, segment and recognize specific objects. These techniques will be applied to environment perception for autonomous vehicles, whereby the classes of interest with regard the three tasks will be pedestrians, vehicles, road, roadside, etc.

Team 6 members

  • Alba Herrera (albaherrerapalacio at gmail dot com)
  • Jorge López (jorgelopezfueyo at gmail dot com)
  • Oscar Mañas (oscmansan at gmail dot com)
  • Pablo Rodríguez (pablorodriper at gmail dot com)

Running instructions

pip3 install -r requirements.txt
python3 src/main.py --config_file CONFIG_FILE

Directory structure

.
├── config              # framework configurations
├── devkit_kitti_txt
├── docs                # summaries of nn systems
│   ├── resnet.md
│   └── vgg.md
├── fonts
├── jobs                # jobs to schedule in the SLURM cluster
├── README.md
├── requirements.txt    # python dependencies
└── src
    ├── config
    ├── dataloader
    ├── main.py
    ├── metrics
    ├── models
    ├── tasks
    └── utils

Weekly Deliverables

Week 2 - Object Recognition

To run the framework with the weights above, execute:

python3 src/main.py --config_file config/oscarnet_tt100k_pretrained.yml

Weeks 3,4 - Image Semantic Segmentation

Weeks 5,6 - Object Detection Segmentation

Report

Overleaf link

Related publications

Object Recognition

VGG (CVPR 2014):

ResNet (2015):

Image Semantic Segmentation

FCN (CVPR 2015):

PSPNet (CVPR 2017):

Object detection

Faster R-CNN (NIPS 2015):

RetinaNet (ICCV 2017):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • C++ 10.0%
  • MATLAB 4.5%
  • Shell 2.4%