From 16feadbb7456b6c82b22c89d45cf6623de3939d4 Mon Sep 17 00:00:00 2001 From: LIUDAN Date: Wed, 7 Nov 2018 11:49:16 +0800 Subject: [PATCH] upread README --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cc03975..326e4cf 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 -- GitLab