C4W1L01 Computer Vision

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

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

  • @Troglodyte2021
    @Troglodyte2021 4 года назад +72

    The woman in the picture for "neural style transfer" is actually his wife. :)

    • @WahranRai
      @WahranRai 2 года назад +6

      But he is not going to transfer her to you in anycase !

  • @janinewang8308
    @janinewang8308 3 года назад +22

    I feel so lucky to find out these videos, thank you.

  • @user-rt8dy4zb4h
    @user-rt8dy4zb4h 5 лет назад +49

    Anybody starting, I suggest you use 1.5x Playback speed. It should save your time a lot. Really.

    • @MSDOS128
      @MSDOS128 4 года назад +9

      Are amphetamines now legal in Israel? Because it's almost unintelligable at 1.5x :-D :-D

    • @ayushgarg9575
      @ayushgarg9575 4 года назад

      Already watching at 2.3x... 😂😂

    • @harveypeng1469
      @harveypeng1469 3 года назад +6

      @@MSDOS128 Good job, I'm using 500X speed, it really saved a lot of time

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

      nice advice

  • @DhirajPatra
    @DhirajPatra Год назад +1

    My best teacher

  • @usf5914
    @usf5914 3 года назад +1

    playlist is 6hour, 1minute, 12second.

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

    Is the volume too low?

  • @raziabid
    @raziabid 6 лет назад +6

    This is a very informative course. Can I get the slides?

    • @arjunsubedi745
      @arjunsubedi745 5 лет назад +4

      just screenshot them!

    • @saiefzneti
      @saiefzneti Год назад

      You can get them for free from the official website.

    • @naveedakhtar2799
      @naveedakhtar2799 4 месяца назад

      @@saiefzneti from where i can get slides

  • @mustafayavuz5528
    @mustafayavuz5528 5 лет назад +5

    sen nasıl bir kralsın ya, youtubea yüklemiş videoları

  • @timdai6396
    @timdai6396 4 года назад +2

    for some reason there were Korean subtitles on for default.

  • @MrSuperGerald
    @MrSuperGerald 6 лет назад +2

    Why pay the exact same content on Coursera?? I do!

    • @azunia4
      @azunia4 6 лет назад +12

      The homeworks can easily be cloned from one of several github repositories after a quick google search + the certificate may seem fancy but industry doesn't seem to care much about these types of certificates when hiring

    • @1100100il
      @1100100il 6 лет назад

      certificate

    • @bobcrunch
      @bobcrunch 5 лет назад +1

      I'm taking the class right now, and some of the course videos are missing from this playlist, e.g. the videos on objects and bounding boxes.

    • @sourabhkhandelwal689
      @sourabhkhandelwal689 5 лет назад +1

      Bob Crunch, you can Audit this course from the Coursera website, which basically means you can watch the videos for free but don't get access to the quizzes and assignments.

    • @bobcrunch
      @bobcrunch 5 лет назад +4

      @@sourabhkhandelwal689 I have audited the Coursera class. I've copied the code from the course Jupyter Notebooks and have screenshots of the other information on the Notebooks. The only thing missing is the datasets. You can search the 'Net for equivalent datasets; e.g., I found a hand sign language dataset (sign-language-digits-dataset) that's equivalent to the courses dataset. I found a converter that converts the numerical arrays to an JPG (package imageio). It will take an effort to adapt the code, but it's a good learning experience.

  • @VipinKumar-mf5lv
    @VipinKumar-mf5lv 6 лет назад

    can we use 2MB image to object detection and image classification if model is trained for 256by256 pixel images

    • @iloverock1989
      @iloverock1989 5 лет назад +3

      In convention, CNN model's input has to reshape into the specific scale before start computation.

    • @maspoetry1
      @maspoetry1 3 года назад +1

      i would lower the resolution first

    • @jamesdickens1374
      @jamesdickens1374 3 года назад +1

      Yes you can. In pytorch for the faster r-cnn framework with torchvision you can input a shape of any size, and the GeneralTransform module will rescale it to a fixed min and max size. Convolution operations do not require a certain spatial size as input, although you will see in Tensorflow that they often have checks for the input shape size that do restrict the shape of the image, however this is not necessary in my opinion. The ROI pool operation from the Faster R-CNN architecture gives you a fixed size tensor no matter what your input shape is (assuming it has 3 channels as in an RGB image of course).

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

    niceexplanation

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

    The best

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

    it is a good video,, ;)

  • @geocarvalhont
    @geocarvalhont 5 лет назад +1

    sensei

  • @hichembenchikh930
    @hichembenchikh930 4 года назад

    i need the programming exercices for specialisation courses coursera (zip file)

    • @ojasrox
      @ojasrox 4 года назад +1

      Search on google, "Deep learning andrew ng github" and you'll get maany github repos

    • @hichembenchikh930
      @hichembenchikh930 4 года назад

      @@ojasrox but what I need is the exercises (zip files) not the solution