diff --git a/README.md b/README.md index 542e3ecda1b09f2e1274c27411beb1a9df9289e2..907d3e1712413689b0b0b698b581c59811c91e70 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ We design the UF (Unweighted Fusion) block and CWF (Complementary Weighted Fusio Decription of files ----- ->lanms/ A C++ version of NMS
+>lanms/             A C++ version of NMS
>nets/
->>resnet_utils.py Contains building blocks for various versions of Residual Networks
->>resnet_v1.py Resnet V1 model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)
+  resnet_utils.py Contains building blocks for various versions of Residual Networks
+  resnet_v1.py Resnet V1 model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)
>>vgg.py VGG model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)
>data_util.py A base data generator