We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa39c3 commit f788ceaCopy full SHA for f788cea
README.md
@@ -115,3 +115,16 @@ python test.py [-h] [--model_path [MODEL_PATH]] [--dataset [DATASET]]
115
--img_path Path of the input image
116
--out_path Path of the output segmap
117
```
118
+
119
120
+**If you find this code useful in your research, please consider citing:**
121
122
+```
123
+@article{mshahsemseg,
124
+ Author = {Meet P Shah},
125
+ Title = {Semantic Segmentation Architectures Implemented in PyTorch.},
126
+ Journal = {https://github.com/meetsahh1995/pytorch-semseg},
127
+ Year = {2017}
128
+}
129
130
0 commit comments