diff --git a/README.md b/README.md
index cc039755425512bd76cac852a0d5e14eb7d1bd87..326e4cf82cc15e3a2070d448bd1c9304889cf551 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,18 @@ We design the UF (Unweighted Fusion) block and CWF (Complementary Weighted Fusio
Decription of files
-----
->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)
->>vgg.py VGG model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)
->data_util.py A base data generator
->image_augmentation.py Various image augmentation methods
->multigpu_train
->eval_all_ckpt_*.py Evaluate the correspoding models
->
+>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)
+>>vgg.py VGG model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)
+>data_util.py A base data generator
+>oxford_R01.py Data processor for Oxford dataset
+>VIVA_R01.py Data processor for VIVA dataset
+>image_augmentation.py Various image augmentation methods
+>multigpu_train_*.py Train models
+>eval_all_ckpt_*.py Evaluate the correspoding models
+>resnet_v1_model_*.py SIFCN with Resnet V1 50 as the backbone network
+>vgg16_model_*.py SIFCN with VGG16 as the backbone network
+>*_multi*.py The multi-scale loss discribed in the paper is used
+>*_weighted_fusion*.py The CWF block is used
, if not marked, the UF block is used as default
\ No newline at end of file