Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
herbiebradley committed Jun 29, 2019
1 parent 4868dce commit d4f349f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,37 @@ Requirements:
- Tensorflow 1.11
- Python 3.6

Note that the eval_cityscapes folder allows you to get FCN scores if you have the
full cityscapes dataset and caffe installed; folder copied from:
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/tree/master/scripts/eval_cityscapes

Project Organization
------------

├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make train`
├── README.md
├── Makefile <- Makefile with commands like `make data` or `make train`
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
├── LICENSE
├── eval_cityscapes <- This contains scripts for getting the experiment results.
└── src <- Source code for use in this project
   ├── __init__.py <- Makes src a Python module
├── train.py <- Run this to train
├── test.py <- Run this to test
   ├── data <- Code for downloading or loading data
   ├── data <- Code for downloading or loading data
   │   ├── data.py <- Dataset class
   │   └── download_data.py
   ├── models <- Code for defining the network structure and loss functions
│   ├── __init__.py
   │   ├── network.py
│   ├── cyclegan.py <- CycleGAN model class
│   ├── networks.py
   │   └── losses.py
   └── utils <- Utility files
   ├── options.py <- Class for command line options
   └── utils <- Utility files
   ├── options.py <- Class for command line options
      └── image_history_buffer.py

--------
Expand Down

0 comments on commit d4f349f

Please sign in to comment.