Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
c8d409a6
Commit
c8d409a6
authored
Mar 22, 2018
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notes about superresolution (#706)
parent
45ebac95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
examples/README.md
examples/README.md
+1
-1
examples/SuperResolution/README.md
examples/SuperResolution/README.md
+2
-1
No files found.
examples/README.md
View file @
c8d409a6
...
...
@@ -27,7 +27,7 @@ These examples don't have meaningful performance numbers. They are supposed to b
|
[
Spatial Transformer Networks on MNIST addition
](
SpatialTransformer
)
| reproduce paper |
|
[
Visualize CNN saliency maps
](
Saliency
)
| visually reproduce |
|
[
Similarity learning on MNIST
](
SimilarityLearning
)
| |
| Single-image super-resolution using
[
EnhanceNet
](
SuperResolution
)
|
visually reproduce
|
| Single-image super-resolution using
[
EnhanceNet
](
SuperResolution
)
| |
| Learn steering filters with
[
Dynamic Filter Networks
](
DynamicFilterNetwork
)
| visually reproduce |
| Load a pre-trained
[
AlexNet, VGG, or Convolutional Pose Machines
](
CaffeModels
)
| |
...
...
examples/SuperResolution/README.md
View file @
c8d409a6
...
...
@@ -33,7 +33,8 @@ python data_sampler.py --lmdb train2017.lmdb --input train2017.zip --create
python enet-pat.py
--vgg19
/path/to/vgg19.npz
--data
train2017.lmdb
```
Training is highly unstable and does not often give results as good as the pretrained model.
Training is highly unstable and does not often give good results.
The pretrained model may also fail on different types of images.
You can download and play with the pretrained model
[
here
](
http://models.tensorpack.com/SuperResolution/
)
.
3.
Inference on an image and output in current directory:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment