Vizualizing convolution filters in python (tutorial)

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 9

  • @manudev2155
    @manudev2155 3 года назад +3

    thanks a lot I really needed this

  • @Punibaba1
    @Punibaba1 3 года назад +2

    Good stuff

  • @oguzhangundogan1555
    @oguzhangundogan1555 2 года назад

    I want to operate this code in gray scale image. How can I do that?

  • @l1nk3r58
    @l1nk3r58 3 года назад

    How to run you code? Pycharm run it but doesn't show pyplt...

    • @DavesSpace
      @DavesSpace  3 года назад

      Hey,
      Can you try again? I just updated the code on the git hub. it should now work.
      I needed to add an if __name__ == "__main__" guard along with a plt.show() so that it works from the commandline and other IDEs

    • @l1nk3r58
      @l1nk3r58 2 года назад +1

      @@DavesSpace es, thank you very much! I found it and put plt.show . In my university we started intro into computer graphic and I make a presentation of your code with discibing how it works in Ukrainian language. I think you have 2+ subscribers from Ukraine!

    • @DavesSpace
      @DavesSpace  2 года назад +1

      @L1nk3r that's awesome! I'm glad my content has help you and your class mates!