Code Monkey home page Code Monkey logo

Comments (27)

Aithusa1113 avatar Aithusa1113 commented on August 23, 2024

And the results on "Set8" is almost the same as your represented results. Should the DAVIS testset be in "png" format?

from fastdvdnet.

yarqian avatar yarqian commented on August 23, 2024

I got sigam50: 31.90db on the DAVIS dataset which is downloaded from the link you provided.

from fastdvdnet.

Aithusa1113 avatar Aithusa1113 commented on August 23, 2024

I got sigam50: 31.90db on the DAVIS dataset which is downloaded from the link you provided.

What about sigma 10?

from fastdvdnet.

yarqian avatar yarqian commented on August 23, 2024

38.93db in the sigma10

from fastdvdnet.

Aithusa1113 avatar Aithusa1113 commented on August 23, 2024

38.93db in the sigma10

Still 0.22dB higher than the results in the paper. Pretty strange, ha

from fastdvdnet.

yarqian avatar yarqian commented on August 23, 2024

老哥也在撸KPN 去躁那些吗哈哈

from fastdvdnet.

djmth avatar djmth commented on August 23, 2024

I have the same question with the provided model. I use DAVIS-2017-test-dev-480p as the test sequences, and set the maximum number of frames per sequence as 85.
The results of PSNR (average of 30 sequences, and for a single sequence, average of all the frames) are 39.2444dB (sigma 10), 36.1023dB (sigma 20), 34.2924dB (sigma 30), 33.0229dB (sigma 40), 32.0329dB (sigma 50). All of the results are obviousely higher than in the paper.
Can I have any idea of the specific DAVIS test sequences you (I mean the author) use?
BTW, I use the 4 gopro sequences downloaded from your dropbox and also get higher results for each sequence and different sigma values.

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

I spent some time trying to figure out why there a difference, but I'm still not sure.
In my davis_480p testset folder, I have 30 sequences, composed of jpgs.
As metioned, I compute the sequence PSNR as an average of the frame PSNRs.
I consider a maximum of 85 frames.
For each frame, I use the function compare_psnr from skimage.measure.simple_metrics, with data_range = 1.0.

You can find my davis_480p testset here (password: fastdvdnet, the link expires on 15 days)

In any case, it is not that bad that you got higher PSNRs than in the paper---the opposite would be very suspicious :)

from fastdvdnet.

Aithusa1113 avatar Aithusa1113 commented on August 23, 2024

Hi, I am reproducing the results of VNLB you present in your paper. As VNLB outputs .tif files, how did you process them by python? I found that the data range in .tif is larger than .png. I turned .tif to .png and the PSNRs are not good.

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

Hi Aithusa1113,

Please bear in mind that I computed the results in the paper about three years ago, so the current VNLB version might be different with respect to the version I used. For example, the version I used output .png files, not .tif.
As I side note, maybe clipping the .tif images before saving them as .png helps?

from fastdvdnet.

Aithusa1113 avatar Aithusa1113 commented on August 23, 2024

Hi Aithusa1113,

Please bear in mind that I computed the results in the paper about three years ago, so the current VNLB version might be different with respect to the version I used. For example, the version I used output .png files, not .tif.
As I side note, maybe clipping the .tif images before saving them as .png helps?

Thank you so much for your reply! I'll try clipping and test the results.

from fastdvdnet.

AdithyaK243 avatar AdithyaK243 commented on August 23, 2024

I spent some time trying to figure out why there a difference, but I'm still not sure.
In my davis_480p testset folder, I have 30 sequences, composed of jpgs.
As metioned, I compute the sequence PSNR as an average of the frame PSNRs.
I consider a maximum of 85 frames.
For each frame, I use the function compare_psnr from skimage.measure.simple_metrics, with data_range = 1.0.

You can find my davis_480p testset here (password: fastdvdnet, the link expires on 15 days)

In any case, it is not that bad that you got higher PSNRs than in the paper---the opposite would be very suspicious :)

Can you please reshare the link for the davis_480p testset as it has expired. I am trying to replicate the results, and this dataset('https://davischallenge.org/davis2017/code.html') seems to be different from the one you(author of the paper) used.

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

Hi AdithyaK243, I just replied to your email with the link.

from fastdvdnet.

bkumardevan07 avatar bkumardevan07 commented on August 23, 2024

Can you also share the link for davis_480p with me??

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

Hey there, here you have the davis_480p saved as jpgs

from fastdvdnet.

huanzheng551803 avatar huanzheng551803 commented on August 23, 2024

Can you also share the link for davis_480p with me?? Email: [email protected]

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

@huanzheng551803 just sent you an email

from fastdvdnet.

kavita19 avatar kavita19 commented on August 23, 2024

@m-tassano Can I get DAVIS dataset link
email: [email protected]

from fastdvdnet.

boheumd avatar boheumd commented on August 23, 2024

@m-tassano Can you share the DAVIS dataset link with me? My email is [email protected] . Thank you!

from fastdvdnet.

Estherisok666 avatar Estherisok666 commented on August 23, 2024

Can you share the DAVIS testset link with me? My email is [email protected]. Thank you!

I spent some time trying to figure out why there a difference, but I'm still not sure. In my davis_480p testset folder, I have 30 sequences, composed of jpgs. As metioned, I compute the sequence PSNR as an average of the frame PSNRs. I consider a maximum of 85 frames. For each frame, I use the function compare_psnr from skimage.measure.simple_metrics, with data_range = 1.0.

You can find my davis_480p testset here (password: fastdvdnet, the link expires on 15 days)

In any case, it is not that bad that you got higher PSNRs than in the paper---the opposite would be very suspicious :)

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

@Estherisok666 I added the link in the README

from fastdvdnet.

Estherisok666 avatar Estherisok666 commented on August 23, 2024

@m-tassano
I see it. Thank you very much. Could you please share the DAVIS validation set used in your paper?My email is [email protected]

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

Please note that the performance of the model trained with the old DALI version (the one originally used to train the weights shared in the Github) has been reported to be superior than the one obtained with the new DALI version.
Or inversely, the new DALI version is linked to a drop in the performance of the model.
See #51 for more details.

from fastdvdnet.

wsqat avatar wsqat commented on August 23, 2024

@m-tassano Excuse me,can you also share the link for davis_480p with me (The 2017 DAVIS dataset, trainset)? Email: [[email protected]]

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

@wsqat please read the README, you'll find the link there

from fastdvdnet.

wsqat avatar wsqat commented on August 23, 2024

@m-tassano ,Sorry to bother again, if I get a model A after training based on the noise model in the paper. Then use this model A as a pre-training model to train and remove other noise models, and then obtain model B. Can this model B remove both kinds of noise.

from fastdvdnet.

m-tassano avatar m-tassano commented on August 23, 2024

@wsqat It'd probably do a decent job at removing both types of noise, but I expect this model to be a bit suboptimal compared to a model trained specifically to remove each type of noise. In any case, what would give the definite answer is doing the experiment.

from fastdvdnet.

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.