Kavita Bhosale
Kavita Bhosale
can we run this code on python 3.8? because i am trying to run this code but I am getting the error below. --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last)...
Hello @m-tassano I am trying to train model with same training mp4 files but after 1epoch it gives me ZeroDivisionError. I kept validation images in validation folder but still gives...
@m-tassano @Syzygianinfern0 For validation images i have added 15 images (own images with size 960x540) in my validation dir but when I run train_fastdvdnet.py I am getting below problem now....
@m-tassano @Syzygianinfern0 ok my current version of cuda is 11.4 and I install cuda for 11. no I am getting cuda out of memory problem. Do u have any solution...
@Syzygianinfern0 Thanks. My cuda memory problem is solved after restarting. How many validation images we can test ? because I have converted .yuv video format to .png images (total 100...
@Syzygianinfern0 Ok for the validation set which images you have used? Because I Have tried with Derf 480p testset ("tractor") but it gives me same problem. Also the image should...
I am using --valset_dir "./home/knuvi/Desktop/Kavita/fastdvdnet-0.1/img/tractortest" Is it wrong ?can u share me your command for training that you have used?
Hey sorry i forgot to inform you . The above command works for me. Thank you so much
@m-tassano In fastdvdnet model (Model.py) number of input are 5 and it takes 3 frames to pass denoising blocks. Similarly if I want to takes only 2frames from inputs is...
@m-tassano @Syzygianinfern0 As I read in the paper runtimes shows 0.1s to denoise image. But when I tested snowboard sequence runtime is (Denoised 59 frames in 3.932s, loaded seq in...