Skip to content

Commit 81dd6a4

Browse files
authored
Add citing info
1 parent c96d340 commit 81dd6a4

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ The main features of this library are:
2727
3. [Depth](#depth)
2828
5. [Installation](#installation)
2929
6. [Competitions won with the library](#competitions-won-with-the-library)
30-
7. [License](#license)
31-
8. [Contributing](#contributing)
30+
7. [Contributing](#contributing)
31+
8. [Citing](#citing)
32+
9. [License](#license)
3233

3334
### Quick start <a name="start"></a>
3435
Since the library is built on the PyTorch framework, created segmentation model is just a PyTorch nn.Module, which can be created as easy as:
@@ -176,11 +177,6 @@ $ pip install git+https://github.com/qubvel/segmentation_models.pytorch
176177
`Segmentation Models` package is widely used in the image segmentation competitions.
177178
[Here](https://github.com/qubvel/segmentation_models.pytorch/blob/master/HALLOFFAME.md) you can find competitions, names of the winners and links to their solutions.
178179
179-
180-
### License <a name="license"></a>
181-
Project is distributed under [MIT License](https://github.com/qubvel/segmentation_models.pytorch/blob/master/LICENSE)
182-
183-
184180
### Contributing
185181
186182
##### Run test
@@ -191,3 +187,18 @@ $ docker build -f docker/Dockerfile.dev -t smp:dev . && docker run --rm smp:dev
191187
```bash
192188
$ docker build -f docker/Dockerfile.dev -t smp:dev . && docker run --rm smp:dev python misc/generate_table.py
193189
```
190+
191+
### Citing
192+
```
193+
@misc{Yakubovskiy:2019,
194+
Author = {Pavel Yakubovskiy},
195+
Title = {Segmentation Models Pytorch},
196+
Year = {2020},
197+
Publisher = {GitHub},
198+
Journal = {GitHub repository},
199+
Howpublished = {\url{https://github.com/qubvel/segmentation_models.pytorch}}
200+
}
201+
```
202+
203+
### License <a name="license"></a>
204+
Project is distributed under [MIT License](https://github.com/qubvel/segmentation_models.pytorch/blob/master/LICENSE)

0 commit comments

Comments
 (0)