Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou13 authored Oct 22, 2019
1 parent fcfb25b commit f95e28b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# L-CNN — End-to-End Wireframe Parsing

This repository contains the official PyTorch implementation of the paper: *[Yichao Zhou](https://yichaozhou.com), [Haozhi Qi](http://haozhi.io), [Yi Ma](https://people.eecs.berkeley.edu/~yima/). ["End-to-End Wireframe Parsing."](https://arxiv.org/abs/1905.03246) arXiv:1905.03246 [cs.CV]*.
This repository contains the official PyTorch implementation of the paper: *[Yichao Zhou](https://yichaozhou.com), [Haozhi Qi](http://haozhi.io), [Yi Ma](https://people.eecs.berkeley.edu/~yima/). ["End-to-End Wireframe Parsing."](https://arxiv.org/abs/1905.03246) ICCV 2019*.

## Introduction

Expand Down Expand Up @@ -124,8 +124,8 @@ python ./train.py -d 0 --identifier baseline config/wireframe.yaml
### Pre-trained Models

You can download our reference pre-trained models from [Google
Drive](https://drive.google.com/file/d/1NvZkEqWNUBAfuhFPNGiCItjy4iU0UOy2). This model was trained
with `config/wireframe.yaml` for 312k iterations.
Drive](https://drive.google.com/file/d/1NvZkEqWNUBAfuhFPNGiCItjy4iU0UOy2). Those models were trained
with `config/wireframe.yaml` for 312k iterations. Use `process.py` and `eval.py` to evaluate the pre-trained models. **Do not try to unzip them!**

### Post Processing

Expand Down Expand Up @@ -174,7 +174,7 @@ If you find L-CNN useful in your research, please consider citing:
@inproceedings{zhou2019end,
author={Zhou, Yichao and Qi, Haozhi and Ma, Yi},
title={End-to-End Wireframe Parsing},
booktitle={ICCV},
booktitle={ICCV 2019},
year={2019}
}
```

0 comments on commit f95e28b

Please sign in to comment.