YOLO Object Detection (TensorFlow tutorial)

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2017
  • You Only Look Once - this object detection algorithm is currently the state of the art, outperforming R-CNN and it's variants. I'll go into some different object detection algorithm improvements over the years, then dive into YOLO theory and a programmatic implementation using Tensorflow!
    Code for this video:
    github.com/llSourcell/YOLO_Ob...
    Please Subscribe! And like. And comment. That's what keeps me going.
    Want more inspiration & education? Follow me:
    Twitter: / sirajraval
    Facebook: / sirajology
    More learning resources:
    pjreddie.com/darknet/yolo/
    timebutt.github.io/static/how...
    machinethink.net/blog/object-d...
    github.com/pjreddie/darknet/w...
    github.com/KleinYuan/easy-yolo
    / almost-real-time-vehic...
    / yolo-you-only-look-onc...
    Join us in the Wizards Slack channel:
    wizards.herokuapp.com/
    And please support me on Patreon:
    www.patreon.com/user?u=3191693 Instagram: / sirajraval
    Signup for my newsletter for exciting updates in the field of AI:
    goo.gl/FZzJ5w
    Hit the Join button above to sign up to become a member of my channel for access to exclusive content! Join my AI community: chatgptschool.io/ Sign up for my AI Sports betting Bot, WagerGPT! (500 spots available):
    www.wagergpt.co

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

  • @yet2BnAm3d
    @yet2BnAm3d 6 лет назад +130

    I literally just sat down to do an assignment on this. Siraj, your timing is impeccable

    • @SirajRaval
      @SirajRaval  6 лет назад +7

      thanks!

    • @DuhBroadcaster
      @DuhBroadcaster 6 лет назад +1

      @Siraj Raval, can you comment or make a video on how YOLO is trained? Are the two parts trained on different networks and then combined? Or are they all trained in one go? More info would be appreciated.

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

      I just liked this comment to bring the total to 69 :D

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

      Hfish21 please can you tell me how did u do all this work... Because its my project work.. It need it at any cost please

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

      Hey my name is naazim I have made this video on detecting actions in basketball match with Yolo, tensorflow etc
      Pls check it out if you are interested in this topic
      ruclips.net/video/0X6yTkXn-qQ/видео.html

  • @med12med
    @med12med 6 лет назад +13

    Man! You are amazing. your kind of presentation makes me stay completely focused!

  • @Loopyengineeringco
    @Loopyengineeringco 6 лет назад +10

    TBH, I only clicked this because it said YOLO. Now my brain is exploding.
    But joking aside, you're a great explainer and this is all starting to make sense. Thanks for the video!

  • @iTechR3views
    @iTechR3views 6 лет назад +31

    These videos are great! also a lot easier to focus on when there aren’t memes popping up all the time. I enjoy the lecture style.

  • @georgebockari289
    @georgebockari289 6 лет назад +138

    Bro you might not know this...but you're pretty good at this RUclips thing lol. Thanks man you're the best

    • @xavdel0
      @xavdel0 6 лет назад +16

      The secret is use deeplearning to improve the video

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

      Watch me man!
      ruclips.net/video/jc_-AIYvfKs/видео.html

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

      Thanks George lots of practice

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

      teaching is the best way to learn

  • @jazzpote4316
    @jazzpote4316 6 лет назад +3

    Your videos are so amazing. You cover all the fields of CS practically, with a state of the art approach.
    So helpful, keep it up

  • @josephfoltz2423
    @josephfoltz2423 5 лет назад

    You sir, are the reason my company is headed into softwsee development, coding, and programming. This video is worth more than gold.

  • @RatherBeCancelledThanHandled
    @RatherBeCancelledThanHandled 6 лет назад +1

    I thank God, that I started studying programming/math, so much fun and so fascinating to be able to take part in such cool technological advancements.

  • @Lunsterful
    @Lunsterful 6 лет назад +1678

    Gotta send a link of this to my ex-wife! Maybe she can finally detect that I am a person.

    • @theAppleWizz
      @theAppleWizz 6 лет назад +25

      Way to much info to much but it's good your venting.

    • @contentity
      @contentity 6 лет назад +21

      Never marry a lizard person

    • @SirajRaval
      @SirajRaval  6 лет назад +74

      haha wow thats real af

    • @mulindwajoseph5176
      @mulindwajoseph5176 6 лет назад +1

      #LIZARD PERSON REALLY?/@#

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

      Lol, i wish in future it can detect and read mind

  • @JossWhittle
    @JossWhittle 6 лет назад +142

    At 4:10, HOG does actually mean Gradient in the same way as backprop does. An image is just a discrete representation of a continuous 2D signal, the gradient of the continuous signal at a point can be approximated from the discrete representation by taking the finite difference between neighbouring pixels.

    • @DavidSaintloth
      @DavidSaintloth 6 лет назад +11

      yeah I was surprised that Siraj didn't know that this was identical to a gradient.

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

      I think he meant the gradients don’t have the same function as they do in backprop, i.e. representing an error value

    • @MasterNeiXD
      @MasterNeiXD 6 лет назад +4

      So pretty much like a vector in physics.

    • @tioguerra
      @tioguerra 6 лет назад +11

      Joss Whittle is right, and Siraj comment startled me as well first time I watched. The derivative always points to the direction of the (possibly local) maximum. The gradient definition used in the context of backprop is not different. Even though in HOG it does not represent an error to be minimized, the property still holds.

    • @Vancha112
      @Vancha112 6 лет назад +1

      Yes one is gradient as in describing a slope, the other is gradient as in color. I think thats what he means by different :)

  • @jbuist
    @jbuist 5 лет назад

    That was an excellent description of a topic that has been confusing the heck out of me for many hours. Thank you!

  • @yannickmolinghen3425
    @yannickmolinghen3425 5 лет назад

    Thanks for your work it is the first time I find proper and clear explanations about how to interpret the network output!

  • @intr0vrt639
    @intr0vrt639 6 лет назад +131

    Object detection made easy

    • @sharoseali708
      @sharoseali708 6 лет назад +1

      plz tell me how to implement this on my Windows PC ..plz tell me some way out for this bro.. ....

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

      Buy a MAC

    • @sharoseali708
      @sharoseali708 6 лет назад +1

      Bro this isn't a valid solution..

    • @sharoseali708
      @sharoseali708 6 лет назад +1

      The dark net has also windows version.. but i haven't know complete knowledge to set environment on Windows

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

      Use VoTT and CNTK docs.microsoft.com/en-us/cognitive-toolkit/object-detection-using-faster-r-cnn

  • @gabrielvoss6251
    @gabrielvoss6251 6 лет назад +11

    Yeeeee I waited for so long for yolo

    • @RiteshKumarMaurya
      @RiteshKumarMaurya 6 лет назад +1

      The Magic V, do you want to have a tutorial on Google Speech API, i.e., convert your speech into text!
      Watch this:
      ruclips.net/video/jc_-AIYvfKs/видео.html

  • @tonycatman
    @tonycatman 6 лет назад

    10/10 for this. I'd never heard of YOLO, and this is a really great introduction.

  • @oliviersaint-jean6330
    @oliviersaint-jean6330 6 лет назад +12

    For videos, I think the algorithms should take the time dimension into account, (ie. increasing the probability of an object detected in one frame to be there again in the next frame) to decrease computation cost.

  • @exratt
    @exratt 6 лет назад +3

    Hi Siraj,
    thanks for your video. I never heard of the YOLO detector before and find this approach very interesting, as I'm used to the good old brute force method of detecting objects. I have a few remarks concerning the two mentioned pre-deep-learning algorithms.
    Regarding the Viola-Jones detector: The features are hand-coded (Haar-like features, which are basically the gray-scale value difference of neighboring rectangular regions), but the locations are not selected by the researchers themselves, as suggested by your video. Instead, they are selected by the training algorithm. They did not use a support vector machine for classification, but a cascade of simple classifiers, which were trained using AdaBoost. Maybe you confused it with the HOG approach.
    What made the Viola-Jones detector so efficient was the features and cascade. The features could be computed very efficiently using an integral image (only three additions to compute the sum of gray-scale values over any axis-aligned rectangular region). The cascade was trained such that image windows which did not contain a face would be discarded very quickly, so only very few windows needed to compute all the features and go through all cascades.
    The image on your slides is also a bit misleading. It mentions local binary patterns, which is another feature extraction method. The image shows face recognition, in this very case to find out whether a face belongs to the person it pretends to be.
    The Dalal-Triggs detector uses histograms of oriented gradients, as you mention. They build histograms over each cell, so it does not only contain the strongest gradient direction of all the pixels in a cell.

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

    This is Brilliant. I'm actually gonna play with it. Thanks Siraj!

  • @DannyJulian77
    @DannyJulian77 6 лет назад

    Siraj! Thank you so much! When you explain step by step like this I can undestand everything! Love this video!

  • @yashchandraverma3131
    @yashchandraverma3131 5 лет назад +39

    CNN works this time
    1- Computation
    2- Large Amount of Image available

  • @planktonfun1
    @planktonfun1 6 лет назад +49

    It seems that there's a faster algorithm called ssd multibox object detection, even works somewhat fast in android

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

      yes.. ssd is faster than the yolo. and better suit for real-time applications.

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

      @@kevaldholu7366 well yes. But the yolo is more favored because its simplicity than the latter.

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

    The whole video is very thorough and comprehensive, which makes such intimidating subject a no-brainer for the beginners. Not sure how I will use YOLO in my future projects, but I really learned a lot from this video!

    • @CAGonRiv
      @CAGonRiv 6 месяцев назад

      Its been five years. How about now?

  • @MrZouzan
    @MrZouzan 6 лет назад

    I was looking for this just a few days ago and was a great coincidence that you decided to upload this video , thanks!!

  • @Jonstyle69
    @Jonstyle69 4 года назад +5

    nice video, plz make more

  • @LeEnnyFace
    @LeEnnyFace 6 лет назад +3

    i love how siraj's videos are understandable until the last quarter or so and then it's a freaking downhill

  • @Brehhda
    @Brehhda 6 лет назад

    Thanks so much for this video Siraj, I really enjoy that it doesn't have as many cuts as usual

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

    Hey dude thanks so much for your lengthy explanations and your enthusiasm when you make your videos. It really helps !

  • @doctorpurple5173
    @doctorpurple5173 5 лет назад +128

    I'm a genius now, thx

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

      tell me what make you a genius i want to be more than ganius

    • @rediyusputra8333
      @rediyusputra8333 4 года назад +3

      @@pinyinxingming1821 this will make you genius, xigishihiwifisidirixieitiyiuiiy

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

      @@rediyusputra8333 but I need more please

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

    Siraj, can you do a video showing how to install YOLO, please? Thank you so much

  • @kevinmcaleer28
    @kevinmcaleer28 5 лет назад

    This is the best explanation of object detection I've watched. Great work Siraj

  • @wolfgangneumann6789
    @wolfgangneumann6789 6 лет назад

    Wow - impressive! The technology - but even more the way your way to explain it!!

  • @mirandaclace4940
    @mirandaclace4940 5 лет назад +9

    Anyone got any opinions/warnings regarding YOLOv3? About to start a project and dont wanna make my life more difficult than it already is

    • @Augmented_AI
      @Augmented_AI 5 лет назад

      Yolo V3 is really simple. I have some experience with it :)

  • @saysoy1
    @saysoy1 6 лет назад +23

    0:41 i'm still searching for the train!

  • @myperspective5091
    @myperspective5091 6 лет назад

    I've seen YOLO before about a year or two ago it seems like it got better even since then. Good to see them still improving their product.

  • @rohscx
    @rohscx 6 лет назад

    Thanks for the great explanation. I now understand the significance of YOLO.

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

    I think it's developed by Joseph Redmon ...... YOLO i've seen his TED talk. and also he made it as open source.

  • @ThisOLmaan
    @ThisOLmaan 4 года назад +10

    wow it detects MP4 recorded files and in "Real Time" cooooool

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

      Any ideas why image jpgs work fine and mp4s don't on my mac?? thanks!

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

    This is really awesome. You explain it in such a clear and simple way.Thank You!!!!.

  • @vijayabhaskarj3095
    @vijayabhaskarj3095 6 лет назад

    I was about to do my assignment on YOLO on Deep Learning Specialization by Andrew Ng, and this pops out right on time!

  • @Carl-gi3il
    @Carl-gi3il 5 лет назад +12

    17:27. As a C programmer, I'm kinda offended, but at the same time I think the best language for machine learning is python and the best framework is tensorflow.

  • @ubvzard3944
    @ubvzard3944 5 лет назад +10

    @siraj, at 0:50; And we are going to build our own model as well....". But, when did we build our own model???

  • @richasingh8513
    @richasingh8513 6 лет назад

    It is such a beautiful initiative taken by you to teach the globe about the threshold technologies. Keep the good work up.

  • @Xartab
    @Xartab 6 лет назад

    Oh, look, apparently now I have to binge-watch all the videos of this new channel that I just discovered. Honestly, at this point amazingly good channels like yours amount to a chore.

  • @LouisCubingChannel
    @LouisCubingChannel 6 лет назад +4

    hi siraj,
    when I doing the YOLO I encountered: AssertionError: Over-read tiny-yolo.weights.
    the env is win7 and python 3.6.3.

  • @francium511
    @francium511 6 лет назад +3

    Hey siraj nice work out there
    I am trying to start AI can you give me some recommendations about the content and there order to learn.
    Thank you.

    • @theAppleWizz
      @theAppleWizz 6 лет назад

      he has a playlist in his youtube page where he shows how it work

    • @itsSKG
      @itsSKG 6 лет назад

      See the video quick questions with siraj raval on this channel itself. You will find your answer!

    • @SirajRaval
      @SirajRaval  6 лет назад +1

      my playlists

  • @marutinandan182
    @marutinandan182 5 лет назад

    I just wanted to say thank you for the great video I have been watching your videos for a little while now and I really enjoy the pacing of this one some of your other videos are a little fast and everything goes over my head but I think this was a good balance

  • @timothynwanwene4378
    @timothynwanwene4378 6 лет назад

    I Love all your videos. You are precise, fast, make mountainous task so simple to deal with... Thank.

  • @dasberserkr
    @dasberserkr 4 года назад +5

    From a guy who defined the concept of a "logic door"...

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

    YOLO does seem to be a pretty good, some researchers I've chatted to are making it work for pothole detection: github.com/sekilab/RoadCrackDetector
    Saves anyone having to report a pothole again (in theory).
    It's an interesting time to be alive.

    • @SirajRaval
      @SirajRaval  6 лет назад

      great link!

    • @recklessroges
      @recklessroges 6 лет назад +1

      Good additional confirmation, but I think a distributed used of the anonymised accelerometers in phones is probably more effective. www.boston.gov/departments/new-urban-mechanics/street-bump

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

      Reckless Roges why not both? It's always good to crack the same problem in many ways.

  • @mbuurmei
    @mbuurmei 5 лет назад

    Great explanation Siraj. This was a very quick way to get an overview in object detection algorithms. Gotta start a project with Yolo, because hey Yolo.

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

    Outstanding explanation and I appreciate the way you presented your project.
    Keep illustration

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

    imagine doing this but with capsule !! new project idea !!

    • @SirajRaval
      @SirajRaval  6 лет назад +3

      sprinkle capsule on everything lol

  • @dhrumilbarot1431
    @dhrumilbarot1431 6 лет назад +17

    I made this few months back for my college techfest. checkout this ,it is the one that inspired me> github.com/oarriaga/face_classification

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

      Very good work, I will fork for sure :D

    • @SirajRaval
      @SirajRaval  6 лет назад +1

      very cool

    • @maxikanec4545
      @maxikanec4545 6 лет назад +1

      Will it assume my gender??? omg im getting triggered...

    • @octavioarriaga8443
      @octavioarriaga8443 6 лет назад +1

      I am glad to hear that :)!

  • @kamarolzaman7199
    @kamarolzaman7199 6 лет назад

    Best video yet! I like this lecturer-y style much more, keep it up!

  • @bloodaid
    @bloodaid 6 лет назад

    Siraj, even though i don't do anything AI related, I always watch your videos just in case I get started. I've learned so much

  • @VladyVeselinov
    @VladyVeselinov 6 лет назад +3

    Heads up, version 3 is just out: pjreddie.com/darknet/yolo/
    Paper: pjreddie.com/media/files/papers/YOLOv3.pdf

  • @0Kaliber0
    @0Kaliber0 6 лет назад +6

    Can you show and explain SSD too? :3 I've read it should be faster then YOLO :)

    • @OBailo
      @OBailo 6 лет назад +1

      Nope, it's not. YOLOv2 is the fastest object detection out there. Check their comparison here (pjreddie.com/darknet/yolo/ )

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

      will consider ssd

    • @MrBenjaminb10
      @MrBenjaminb10 6 лет назад

      Did you?

  • @dpcarlyle
    @dpcarlyle 6 лет назад

    Watching while eating breakfast in Saigon Vietnam....you are amazing...thank you for distilling the steps for how to configure and set up...going to have a lot of fun running g through your example.... :)

  • @matthewthehuman1744
    @matthewthehuman1744 5 лет назад

    Fantastic video, ridiculously informative. Thank you!

  • @llawliet6429
    @llawliet6429 6 лет назад +34

    "we are going to build"?. i think you used someone else's code. 20 min of explanation and 2 of demonstration ::thinking::

    • @carlosflar
      @carlosflar 6 лет назад

      L Lawliet yeah it was done by someone else

    • @ismailsahin9600
      @ismailsahin9600 6 лет назад +4

      ok you can do 20 min of demo and 2 min explanation, but you wont. So why, because never believe in appreciation

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

      i appreciate his videos, i am a programmer and i am thinking of staying aside anything that will destroy jobs. i guess i am just hating. if you think, the car is the most useful invention, and i am starting to think computers are not the answer to a "better world" :(. i am depressed.

    • @cynthiahabonimana2097
      @cynthiahabonimana2097 6 лет назад +3

      I am in CS too ! :) Just like a knife, deep learning can be used for wrong or good things depending on whose hands it is in ! I think our ethics should be questioned instead, to make sure we understand the impact what we’re creating. Cheer up ! Personally, I am excited for machine learning, what a time to be alive! :))

    • @possiblyadickhead6653
      @possiblyadickhead6653 6 лет назад

      Cynthia Habonimana will all laugh when theses fuckers of ai learn to code

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

    You're just reading off from a github page that's all and for the implementation part you just flew through it......!!

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

      Still helps.

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

      The important part is it helps.
      The reason you are here is also the same.😂

  • @benjaminf.3760
    @benjaminf.3760 6 лет назад

    Dude your channel is pure gold

  • @boragamerz9145
    @boragamerz9145 6 лет назад

    Wow you just made my day!
    Now, I think i’v created the best bot for a game.

  • @Slanimero
    @Slanimero 6 лет назад +4

    I thought SSD, faster R-CNN using ResNet, and R-FCN were all more accurate than YOLOv2

    • @MLbytescse
      @MLbytescse 6 лет назад +3

      you are right yolo is fast but not accurate as other architectures

    • @SirajRaval
      @SirajRaval  6 лет назад

      will look into SSD

  • @etiennetiennetienne
    @etiennetiennetienne 6 лет назад +9

    violo jones uses svm? omg can't you google stuff before you talk?? viola jones are famous for combining cascades of boosted classifiers...

    • @SirajRaval
      @SirajRaval  6 лет назад +3

      the improved version uses SVM link.springer.com/chapter/10.1007/978-3-642-22822-3_7

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

      "we present a new cascading structure added SVM stages which
      employ the confidence values of multiple preceding Adaboost stages as
      input". ... also, just googling "viola and jones", wikipedia: en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework

  • @justchill99902
    @justchill99902 5 лет назад

    Thanks :) Comparisons are explained really nicely.

  • @sramctc
    @sramctc 6 лет назад

    Needless to say, subscribe at once, a very clear and useful presentation.

  • @staberas
    @staberas 6 лет назад +46

    stop objectifying dogs siraj /jk

  • @ZelenoJabko
    @ZelenoJabko 6 лет назад +10

    Congrats, you know how to copy-paste. But just barely.

  • @TiagoRodriguesLisboa
    @TiagoRodriguesLisboa 6 лет назад

    Thank you for the lesson! Very awesome video! Keep going!

  • @AlanDeRossett
    @AlanDeRossett 6 лет назад

    Great Tutorial will train to recognize Students and Faculty and objects like weapons.

  • @TheSpellShell
    @TheSpellShell 6 лет назад +5

    Could it recognize person in hijab?

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

    his movements are irretating me :(

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

    Thank you sir!! Your pronunciation is very well ,amazing ! I understand without subtitles thank you this informative video and your expression

  • @Allenw154
    @Allenw154 5 лет назад

    Good introduction, easy to digest material. Great job!

  • @rishavsrivastav500
    @rishavsrivastav500 6 лет назад +23

    😂😂 wasted 22 min.....all u did was reading the lines and in the end u said follow the link in the discription👏👏 if that was the case u could have rounded up the video in 2 min 😤😤😤

    • @brunzero7697
      @brunzero7697 6 лет назад +8

      he spent that time to explain to you in detail what was happening you ingrate

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

      he explained it really well but i agree

    • @allmightqs1679
      @allmightqs1679 5 лет назад +2

      Wow! People wanna code without knowing the logic behind the code. What has the world come to? 🙈

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

      Bro learning mein ego mat la, this video was useful for lots of folks including me. This video has now given me a direction as to which research papers to start with.

  • @davidtemael1307
    @davidtemael1307 6 лет назад

    good dude, kind of starting into these things and you got me inspired

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

    Thank you for the great video!! Really helpful with my projects!!

  • @ehouarnperret9063
    @ehouarnperret9063 6 лет назад

    This is crazy I graduated back in 2012 and things have changed a lot.

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

    Watching from my AI Medical Imaging course - very nice!

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

    wahh !!!!! what an explanation man ??? mind blown for 30 mins straight

  • @bryanphang5686
    @bryanphang5686 6 лет назад

    Awesome and detailed video bro! thanks for sharing!

  • @quyduong169
    @quyduong169 6 лет назад

    Really nice explanation ! Thank u so much , Siraj Raval

  • @nandfednu3502
    @nandfednu3502 6 лет назад

    you are such an awesome human being Siraj

  • @user-ym8sp2yi1k
    @user-ym8sp2yi1k 5 лет назад

    I luv your hands-free scrolling in this video

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

    Mehn!! you are a great teacher I wish I could subscribe a thousand times. Thank you for this♥️

  • @tina3829
    @tina3829 5 лет назад

    Thank you, this is as usual really great!

  • @Harry-qh5rt
    @Harry-qh5rt 5 лет назад

    Nicely done! Keep up the good work!

  • @TushhsuT
    @TushhsuT 6 лет назад

    "gradient - they just using this word for this"
    lol !!!! you did my day man ;)
    It is you guys in neural networks, who probably JUST use this word for something else.
    Gradient is the mathematical value that shows whether the function is rising or decreasing and how fast. And it is correctly used for those purposes.
    But anyway - cool video!

  • @prezhaven8740
    @prezhaven8740 6 лет назад

    I LOVE THE FUTURE!!! YOU R A ROCKSTAR Siraj!!

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

    Waoh, it's like passing from electrical signals to file processing. This is a technology miracle.

  • @RahmatSiswanto
    @RahmatSiswanto 6 лет назад +1

    wow.. thank you so much for the explanation

  • @fernandoteixeira312
    @fernandoteixeira312 6 лет назад

    Great!!!
    Your video gave me many ideas. Thanks!

  • @ashutoshchauhan5586
    @ashutoshchauhan5586 6 лет назад

    you are just awesome, it is really going to help me in my final year b.tech project.
    thanks siraj 😀

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

    OMG dude you are make this so simple with your research!!! thank you :D

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

    bless you
    so informative yet so easy to understand

  • @rommix0
    @rommix0 6 лет назад

    Siraj knows how to turn a dead meme into an incredible real-time detector. Thanks man :)

  •  6 лет назад +1

    Hi Siraj, just another killer tuto !!! Let me just add that windows users (like me by the way) might have difficulties to install darkflow. They can encounter a cl.exe exit code 2. To get around that you have to use the pip install . within the cross compiler x86_64 command prompt. To do that you just use the Windows key, followed by ctrl-tab and then type v on the keyboard. This should lead you to the Visual Studio command prompts list. Choose the right one and then go to the cloned darkflow dir to issue the pip command. Keep up the great work Man !!!

  • @IAmYourBrowser
    @IAmYourBrowser 5 лет назад

    Awesome! This is so inspiring! Thanks!

  • @noone-mc1sw
    @noone-mc1sw 4 года назад

    THE BEST DESCRIBTION I SAW. REALY NDERSTANDABLE