Giter Club home page Giter Club logo

Comments (7)

huangzehao avatar huangzehao commented on August 16, 2024

Hi, check this issue. #19
Thanks.

from caffe-vdsr.

saeed-anwar avatar saeed-anwar commented on August 16, 2024

Thanks,

I seems that you have applied around 17 to 18 different transformation, can you share the training file, where these transformation occurs.

Cheers,

from caffe-vdsr.

huangzehao avatar huangzehao commented on August 16, 2024

Sorry, I can't fine the code of data augmentation right now since I wrote this code long ago.

You can write it by yourself. It's very simple in matlab.
Like this:

image_rotate = imrotate(image,rotate_angle);
image_flip = flip(image,2);
image_translate = immove(image,translate_x,translate_y);
image_zoom = imresize(image,zoom_scale,'bicubic');

from caffe-vdsr.

saeed-anwar avatar saeed-anwar commented on August 16, 2024

I am doing it in matlab, but I am not getting the same results as yours. Thats why I asked for the specific data augmentation types.

cheers.

from caffe-vdsr.

huangzehao avatar huangzehao commented on August 16, 2024

How many training samples you used during training?
And what's your solver setting?

from caffe-vdsr.

saeed-anwar avatar saeed-anwar commented on August 16, 2024

The solver setting is same as yours, and the number of samples are around 600k from (582 data augmented, flipped only from 291 images)

from caffe-vdsr.

huangzehao avatar huangzehao commented on August 16, 2024

Hi, you should modify the solve setting since your number of training samples is different from mine.
Check the readme I just updated, and do training again.
I hope this helps.
Thanks!

from caffe-vdsr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.