Enhance Your Images with Super Resolution using OpenCV and Python Deep Learning

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 30

  • @anishnethi1784
    @anishnethi1784 Рік тому +3

    Thanks a lot for this! I was struggling to find proper information to use LapSRN and this video really helped a lot!

    • @HackersRealm
      @HackersRealm  Рік тому

      Glad you liked it anishnethi.... share and subscribe for more exclusive content!!!

  • @fahamidurrahaman1882
    @fahamidurrahaman1882 9 місяців тому +1

    Thanks man. Saved me a lot of time !!

  • @thrivefoxxgaming1120
    @thrivefoxxgaming1120 Рік тому +1

    Awesome job bro.. keep making videos related to DL

    • @HackersRealm
      @HackersRealm  Рік тому

      Sure will try my best to covert more topics!!!

  • @dapa669
    @dapa669 Рік тому +1

    Good video, and also explained very well , thank you!

  • @arshanabbas97
    @arshanabbas97 Рік тому +1

    Thank you for the video. Can you please instruct how to apply the same method on whole folder?

    • @HackersRealm
      @HackersRealm  Рік тому

      You could use a loop to iterate the files in the directory using os.listdir function!!!

  • @abhinavkumar1999
    @abhinavkumar1999 9 місяців тому +1

    I have a macbook, does cuda works with it?

    • @HackersRealm
      @HackersRealm  9 місяців тому

      no, cuda needs nvidia gpu for working

  • @sergioc6119
    @sergioc6119 Рік тому

    Hi, in which folder do I need to add the downloaded the modules ?

  • @4096fb
    @4096fb Рік тому +1

    If i want to enhance image quality on a specific dataset, can you explain how to fine-tune the model? Thanks

    • @HackersRealm
      @HackersRealm  Рік тому

      if you want to create a new model for this, you could use low quality image as input and high resolution image as output and train the model. One particular example I already made is image compression using autoencoder.

    • @4096fb
      @4096fb Рік тому

      @@HackersRealm I mean, is there a way to retrain the model or a part of it on a new set of images, so it will know better how to enhance the resolution of my specific dataset?

  • @snehitvaddi
    @snehitvaddi Місяць тому

    Would you mind sharing the repo of this project please. The link in description doesn't have this particular one.

    • @HackersRealm
      @HackersRealm  Місяць тому

      I have stored all the projects in the same repo, let me check

    • @HackersRealm
      @HackersRealm  Місяць тому +1

      Project folder name is super resolution open cv

    • @snehitvaddi
      @snehitvaddi Місяць тому +1

      @@HackersRealm cool. Thanks bud!

  • @YakovKeselman
    @YakovKeselman 8 місяців тому

    Is it possible to do it on a video as well? I would imagine that reconstructions of adjacent frames would not jive with one another. Thanks.

    • @HackersRealm
      @HackersRealm  8 місяців тому

      I think it's feasible if you do it frame by frame but we have to check the quality on that... Because we already seen that the tech is being used in games and all

  • @cesarsantos9189
    @cesarsantos9189 10 місяців тому

    Great explication now I am running this script, but when I try to run with EDSR x2 I got this error (out of memory in function 'ManagedPtr'), do you know why?, with wherever type size image | Have the GPU configurated to this project

    • @HackersRealm
      @HackersRealm  10 місяців тому

      Yes it is, you have to install opencv with cuda for this

  • @user-jn8dg5gh9p
    @user-jn8dg5gh9p 11 місяців тому

    can i use larged sized images(1300x800) for improving zooming quality