aditya9211 / Blur-and-Clear-Classification

Classifying the Blur and Clear Images
119 stars 24 forks source link

Could you please share which database the repertory had used? #6

Closed Jasonsey closed 6 years ago

Jasonsey commented 6 years ago

Dear I am working on distinguishing blurred images problem. And I think this repertory is interesting and it must be helpful for my work. But I have not yet seen the database used. Could you please tell me which database the repertory had used?

Appreciate your help.

Thanks and regards.

Jasonsey

aditya9211 commented 6 years ago

Hi Jasonsey, Very delightful that this repo is useful to you. For the database part, it was captured by the security camera of my mentor for whole day motion. As it is private so can't be shared. But you can use it by feeding such similar pics. Or you can find some videos and extract the frames out of it... But tagging part will take time. As for this task I manually labeled the dataset and learned some good things ;)

Aditya

Jasonsey commented 6 years ago

Hi Aditya Thank you for your answer. Maybe I can label some pics myself. And Could you please tell me what the standard used to label bad pics and good pics is. For bad pics, the more blurred pic is better or the clear pic but with little blur is better.? And to good pics, the same. I'm new to prepare such database. And Though it is a small hint, it is also important for my work.

Appreciate your help.

Thank you again.

Jasonsey

aditya9211 commented 6 years ago

Hi Jasonsey, For mine task of labeling, I used the variance of Laplacian of Gaussian filter as an approximate technique to label the images, which helps to tag data faster. You can search for it LoG filter.

Aditya

Jasonsey commented 6 years ago

Hi Aditya It's very helpful to separate blurred pics from clear pics. But I have encountered a new problem. I have a database that contains many clear pictures, but fuzzy pictures are few. And My deep learning algorithm needs a lot of fuzzy pictures. So I want to create fuzzy pictures myself. Have you tried to generate blurred blurred pics from blurred pics?

Appreciate your help.

Thanks and regards.

Jasonsey

aditya9211 commented 6 years ago

Hi,

Have seen one repo but doesn't remember now. For the blur part, you can pick a patch in an image and apply Wavelet Transform, blur filter to it smartly

You can refer this https://github.com/Sibozhu/MotionBlur-detection-by-CNN

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5& 15/09/18, 13:58:36

On Sat, Sep 15, 2018 at 9:28 AM 怪兽 notifications@github.com wrote:

Hi Aditya It's very helpful to separate blurred pics from clear pics. But I have encountered a new problem. I have a database that contains many clear pictures, but fuzzy pictures are few. And My deep learning algorithm needs a lot of fuzzy pictures. So I want to create fuzzy pictures myself. Have you tried to generate blurred blurred pics from blurred pics?

Appreciate your help.

Thanks and regards.

Jasonsey

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aditya9211/Blur-and-Clear-Classification/issues/6#issuecomment-421528544, or mute the thread https://github.com/notifications/unsubscribe-auth/AVPgjn4MIVCgEkxBWGe_7xX3t5lttug9ks5ubHrwgaJpZM4Wirqn .

aditya9211 commented 6 years ago

Closing this issue as no updates got