Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PR2020-PHDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IntelligentTEAM
PR2020-PHDN
Commits
16feadbb
Commit
16feadbb
authored
6 years ago
by
刘丹
Browse files
Options
Downloads
Patches
Plain Diff
upread README
parent
5d510a70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-10
15 additions, 10 deletions
README.md
with
15 additions
and
10 deletions
README.md
+
15
−
10
View file @
16feadbb
...
...
@@ -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 <br>
>nets/<br>
>>resnet_utils.py Contains building blocks for various versions of Residual Networks<br>
>>resnet_v1.py Resnet V1 model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)<br>
>>vgg.py VGG model implemented with [Slim](https://github.com/tensorflow/models/tree/master/research/slim)<br>
>data_util.py A base data generator<br>
>oxford_R01.py Data processor for Oxford dataset<br>
>VIVA_R01.py Data processor for VIVA dataset<br>
>image_augmentation.py Various image augmentation methods<br>
>multigpu_train_*.py Train models<br>
>eval_all_ckpt_*.py Evaluate the correspoding models<br>
>resnet_v1_model_*.py SIFCN with Resnet V1 50 as the backbone network<br>
>vgg16_model_*.py SIFCN with VGG16 as the backbone network<br>
>*_multi*.py The multi-scale loss discribed in the paper is used<br>
>*_weighted_fusion*.py The CWF block is used<br>, if not marked, the UF block is used as default<br>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment