Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,6 @@ The model is trained on a subset (10,000 images) of [Crowd Instance-level Human
|
|
24 |
The model uses ResNet50 pretrained on ImageNet as the backbone model.
|
25 |
|
26 |
References:
|
27 |
-
[Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation](https://arxiv.org/pdf/1802.02611.pdf)
|
28 |
-
[Rethinking Atrous Convolution for Semantic Image Segmentation](https://arxiv.org/abs/1706.05587)
|
29 |
-
[DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs](https://arxiv.org/abs/1606.00915)
|
|
|
24 |
The model uses ResNet50 pretrained on ImageNet as the backbone model.
|
25 |
|
26 |
References:
|
27 |
+
1. [Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation](https://arxiv.org/pdf/1802.02611.pdf)
|
28 |
+
2. [Rethinking Atrous Convolution for Semantic Image Segmentation](https://arxiv.org/abs/1706.05587)
|
29 |
+
3. [DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs](https://arxiv.org/abs/1606.00915)
|