Skip to content

lotfyhussein/NN_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Netwroks Project

This is our implementation for NNTI Project WS-2020

Running Part_1

We provide a notebook that contains our implementation with outputs of latest run in each cell. Also you can download the checkpoint and load it directly.

Running Part_2

1- Download the checkpoint

2- Please follow this folder structure:

├── leftImg8bit  # CityScapes Images
├── gtFine       # CityScapes Labels
├── Part_2         
│   ├── train.py         
│   ├── eval.py     
│   ├── dataset.py           
│   ├── network.py  
│   ├── model-R2U-Net.cpt43     # Checkpoint file
└── ...

To train the model

python3 train.py

To test the model

python3 eval.py

Running Part_3

1- Download the checkpoint

2- Please follow this folder structure:

├── leftImg8bit  # CityScapes Images
├── gtFine       # CityScapes Labels
├── Part_2         
│   ├── train.py         
│   ├── eval.py     
│   ├── dataset.py           
│   ├── network.py  
│   ├── denseCRF.py  
│   ├── model-FCN-city.cpt60    # Checkpoint file
└── ...

To train the model

python3 train.py

To test the model

python3 eval.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published