Building an Object Detection App with Tensorflow.JS and React.JS in 15 Minutes | COCO SSD

Поділитися
Вставка
  • Опубліковано 17 лис 2020
  • Want to build your very own object detection app?
    Tried, but maybe it took a little too long?
    Just need a kickstart?
    Well, I hear you! In this video you'll learn how to build your very own real-time object detection app with Tensorflow.JS and React.JS. In 15 minutes you'll be able to have your app up and running and detecting objects using a pre-trained COCO SSD model.
    In this video you’ll learn how to:
    1. Accessing the React.JS and Tensorflow.JS Computer Vision Template
    2. Install Tensorflow.JS and setup the prebuilt models
    3. Build a React.JS app that accesses your webcam
    4. Make detections from your webcam in real time
    5. Customise detection styling
    Github Repo for the Project: github.com/nicknochnack/React...
    Completed Code:
    github.com/nicknochnack/RealT...
    Want to learn more about it all:
    Tensorflow.JS : www.tensorflow.org/js
    React: reactjs.org/
    Oh, and don't forget to connect with me!
    LinkedIn: / nicholasr. .
    Facebook: / nickrenotte
    GitHub: github.com/nicknochnack
    Happy coding!
    Nick
    P.s. Let me know how you go and drop a comment if you need a hand!
  • Наука та технологія

КОМЕНТАРІ • 263

  • @patryan7308
    @patryan7308 2 роки тому +1

    That was the most rewarding result to a tutorial I have had in a long time. Great stuff!

  • @datapro007
    @datapro007 3 роки тому +5

    Tremendous job, Nick. I watched several of your videos, but this one really pulls it all together for me. Thanks!

  • @zerodeath3377
    @zerodeath3377 3 роки тому +12

    Excellent video! I usually use python and am kinda unfamiliar with JS, but you make it seem really easy! Thank you again!

  • @vikashchand.
    @vikashchand. 3 роки тому +10

    The whole time I was looking for that mustache detection from the thumbnail 😂
    Awesome video man! 🔥

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      🤣 my bad man!! Thanks 🙏 so much @Vikash!

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

    impressive... webbase application is great to integrate with my company projects. Thanks a lot.

  • @20_SinManya
    @20_SinManya 2 роки тому

    Can we by any means display the confidence score as well along with the object on the rectangle?

  • @mr.anonymous8410
    @mr.anonymous8410 2 роки тому +1

    Hi is that possible to give video stream input from some url rather than camera input?

  • @sujits3458
    @sujits3458 2 роки тому +1

    Great tutorial ! Thank you :-)

  • @young-jinahn6971
    @young-jinahn6971 3 роки тому +3

    Awesome! Now I am trying to use custom model, apply it to React Native. Thank you for the walkthrough!

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      Awesome stuff, would love to see your code! I've been meaning to do something with RN for a little while now.

    • @lucie6731
      @lucie6731 3 роки тому

      Hey! I have been trying to adapt this tutorial to React Native as well. I was wondering if you finished it?

  • @md.ashikulislam8284
    @md.ashikulislam8284 Рік тому

    Thanks for your walk-through, can I use my custom dataset? New in this field.

  • @blazexsam1621
    @blazexsam1621 2 роки тому +1

    thank you very much this great tutorial. Can i use custom tf model by this method?

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

    is there a way/library in js similar to sort/deepsort which we can use to track and assign unique ids on each object detected, example, if i wanted to count people i would need to assing an id to each person so i dont keep counting the same person over and over

  • @MrBluez11
    @MrBluez11 3 роки тому +1

    very informative, thank you man!!!!

  • @diegonovoa5901
    @diegonovoa5901 Рік тому +2

    Hi, when running npm start the browser shows the error that it can not connect, even tried changing the port to 8080 in the package.jason but did not work , any reasons why it may not be working ?
    Thanks

  • @jonyifamily7311
    @jonyifamily7311 3 місяці тому

    Thanks a lot for your amazing videos continue friend 🎉

  • @steven7493
    @steven7493 3 роки тому +2

    Hi, thank you so much for this video! I am kinda new to programming and ai but I have only one question, could you implement yolov3/v4 into this instead of coco-ssd and how best could this be done? Thank you! Subbed

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      Heya @Steven, check out the custom object detection set of tutorials, I use 320x320 SSD, you could sub it out with a pre-trained Yolo model instead. The second and third video show how to train a custom model in Python then deploy it to TFJS: ua-cam.com/play/PLgNJO2hghbmhUeJuv7PyVYgzhlgt2TcSr.html

  • @nhlakaniphomagwaza6170
    @nhlakaniphomagwaza6170 2 роки тому +1

    Thank you for the great video

  • @nimeshkumar3663
    @nimeshkumar3663 2 роки тому +1

    Hi, can you help me with text detection in an image using tensorflow js or opencv js

  • @adityakadam2256
    @adityakadam2256 2 роки тому

    thanks for the video. Somehow my screen turns black like a literal blackout. Is it because of the continous detection?

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

    Hello Nick, do you have tutorial for android studio using java?

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

    Im planning to use tenserflow object detection for grocery products. Is it possible to create my model for these items? But only using js not python

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

    How can I feed it with new information and add new objects?

  • @1234zaptor
    @1234zaptor 3 місяці тому

    Is there a way to use your own gathered data for the model to use ?

  • @yacineelhafidy5710
    @yacineelhafidy5710 2 роки тому +1

    please how can i create this app with my model object detection because i already have a custom model.js and i dont know how i can use it in an app like node-red or somthing please can you help me and thank you

  • @gustavojuantorena
    @gustavojuantorena 3 роки тому +1

    Great tutorial 👏👏

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

    Is it possible to do the exact same app but instead of my webcam, detect Objects of a fixed Image?
    I tried to replace the Video with an Image, but there are no detections..

  • @HOPEX00
    @HOPEX00 2 роки тому +2

    Tell me how to collect these datas in excel sheet as a attendance like if someone is not using mask that persons name get recorded in a excel sheet how to do that and if I want to do in a software how to do that as well

  • @whitebelt4148
    @whitebelt4148 3 роки тому +1

    awesome tutorial!

  • @emonfromearth
    @emonfromearth 3 роки тому +1

    Love it and subscribed.

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

    Hey, nice video, can I use a custom deep learning model instead of the COCO Model. I was building a similar application, but for fight/violence detection.. I have the model ready, how can I integrate it.

    • @devbees
      @devbees 5 місяців тому

      unfortunately no 😅😅@tinat205

  • @shreyassalunkhe122
    @shreyassalunkhe122 2 роки тому +1

    Just Awesome.....!!!!

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

    I cant get the rectangles to show. There is no errors in the console, and the detections are being logged out correctly. I have checked that the canvas size is correct, but cant figure out why they aren't showing

  • @volodymyrsypko2734
    @volodymyrsypko2734 3 роки тому +2

    Dear Nicholas, can we change Webcam to other source. For instance to react-video or react-player?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Ooooh, haven't tested those out but they should work as long as it's a video input!

  • @RatherBeCancelledThanHandled
    @RatherBeCancelledThanHandled 2 роки тому +1

    Thanks for the video . Liked :) . In your opinion . Which model is the most accurate for image/video background removal. Preferably one that I can use with tensorflow JS.

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому

      This is has probs been my fav, ua-cam.com/video/0tB6jG55mig/v-deo.html I believe it's also available via tfjs as well!

  • @venkatasreeram
    @venkatasreeram 3 роки тому +2

    Great broo😎😎 cool project..
    Waiting for Image caption Generator

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Thanks 🙏 so much, I promise it's coming. A few more computer vision tutorials and I'm on it!

  • @akash_0432
    @akash_0432 5 місяців тому

    Sirr kindly reply mee.....which algorithm is used in this project plzz tell me

  • @ritvickraghuvanshi391
    @ritvickraghuvanshi391 3 місяці тому

    Hi just wondering, I wanted to upload my own custom model how would I do that

  • @user-rd6uc2sf6i
    @user-rd6uc2sf6i 3 роки тому

    Hello Nicholas, I followed everything you did and the app compiles successfully but when I launch it in the browser it doesn't render the camera canvas even though Chrome detects that the app is using the camera and even asks for permission to access
    I wonder if this is a problem with my webcam or is there something I need to check in the code ?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya! Let's dig into it, any errors in the console?

  • @Joel-if2bg
    @Joel-if2bg 3 роки тому +1

    Thank you!!! Been trying for a while to get something decent working, I think Jupyter doesn't work with a CUDA dependency or something on my computer so it keeps crashing. Thank you very much!

  • @tanmaykaushik1408
    @tanmaykaushik1408 2 роки тому

    After writing npm start in the terminal,it was compiled successfully but still the link was not working in the browser.
    What should I do now?
    Please help me out.

  • @hakan6379
    @hakan6379 3 роки тому +1

    Thanks for this great video! Can we also use this example on react-native with phone camera?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Hakan, the underlying model can be used but it needs to be reskinned for React-Native.

  • @abdulrahmanarafeh1443
    @abdulrahmanarafeh1443 2 роки тому

    Dear Nicholas , how could i use same this functions by python language ?

  • @georgemamdouh9131
    @georgemamdouh9131 3 роки тому +6

    Great tutorial 👏👏.. can you make a blind assistance system: real-time object detection using TensorFlow with distance and voice?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +3

      Hmmm, interesting! Yah, i'll add it to the list!

  • @epidemiaproductions
    @epidemiaproductions 3 роки тому +1

    Is it possible to upload it to heroku ? If so, how ? i'm trying to deploy but i get several erros, even if i change heroku's bluidpacks to nodejs
    Can you help me?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      You should be able to, might require some config as you said. I've got an example of deploying via IBM cloud. Might not be exactly the same but should give you an idea of build steps.

  • @user-jw5yv8ow5i
    @user-jw5yv8ow5i 4 місяці тому

    Do I need to install TensorFlow to run this?

  • @jasonbrody4618
    @jasonbrody4618 3 роки тому +1

    I have question that is it possible to do sign language detection for any mobile device like if a person who cannot speak and uses sign language to communicate if we can understand what he is trying to say in case of any emergencies.

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Jason, yep, I've had a chat to a few people fluent in ASL and the number one piece of feedback is that people tend to sign VERY fast so the model has to be quick. Additionally the model needs to be extended a little to leverage action detection rather than just frame by frame detection.

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

    thx very much for ur effort

  • @Greepled
    @Greepled 2 роки тому +1

    when i type npm start is says i am missing a script?

  • @mirzaabdulrehman428
    @mirzaabdulrehman428 3 роки тому +1

    It's working thanks 👍

  • @user-uc4jz9gk6v
    @user-uc4jz9gk6v 3 роки тому +6

    Thank you for informative video, I have one question, how I can use and load my own custom model ?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +6

      Great question! This is done in two parts, first you need to train a custom model (ua-cam.com/video/pDXdlXlaCco/v-deo.html), then you can export and convert to a TFJS friendly format and load the custom model into your React app (ua-cam.com/video/ZTSRZt04JkY/v-deo.html).

    • @user-uc4jz9gk6v
      @user-uc4jz9gk6v 3 роки тому +1

      @@NicholasRenotte thank you for the support , I will give it a shoot.
      Your support is highly appreciate

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      Anytime! You're welcome

  • @ashleysami1640
    @ashleysami1640 3 роки тому +2

    Love the Mo 🥸

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

    How to restrain detection upto PPE_Detector ? Any idea brother

  • @dolidsvn548
    @dolidsvn548 3 роки тому +1

    hey bro
    Im using handtrack.js for my project and Im facing a problem of detection mutliple objects of class
    I need to detect only one detection for a class for example (for the class hand if i have two hands in frame it should detect only hand) i checked in the official site it says something maxnumber of Detections but could able to implement this could u help me to regarding this MaxNumber of detection value how to implement it js

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Doli, haven't used it before but looks like you can limit it based on max_num_boxes using the configuration you pass through. Check out the home page of the documentation it shows an example of it set to 20, try dropping it down: github.com/victordibia/handtrack.js/

  • @engjames256
    @engjames256 6 місяців тому

    Thanks for this helpful video. Can you make one that detects abnormal behavior as well using JS

  • @masterprog5012
    @masterprog5012 7 місяців тому

    Great Video. Do you have a tutorial that can detect a person and what he/she is holding. and can alert if it is dangerous or not the object that he/she is holding. Thank you and more power. I hope to hear you soon. best regards

  • @thecomment4381
    @thecomment4381 2 роки тому +1

    Nic, I trained my data using yolo, so how do i convert that model to TF.js

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому

      Depends, there's a few tfjs converters out there. Try looking at this: www.tensorflow.org/js/guide/conversion

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

    hello, after npm start, it tells me that it cannot connect to the local server, I am working in mac, thank you, your videos are so great

  • @muhamadazharsyahrudin9568
    @muhamadazharsyahrudin9568 2 роки тому

    why Line 24:14: 'net' is not defined no-undef ?

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

    Nicholas I have a problem, every time that i try to run the project using "npm start" my browser open and show the message "localhost refuses the connection". I've already tried to disable the firewall and give EDGE public and private network permissions, but somehow it still not working, can you help me please?

    • @komalmehta7206
      @komalmehta7206 4 місяці тому

      did you find the solution? i am facing the same problem

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

    Thanks a lot sir

  • @NehaKumari-pn4vg
    @NehaKumari-pn4vg 2 роки тому

    npm install is not working. It shows error in that. Do you have any idea why is this happening?

  • @reetikasingh7032
    @reetikasingh7032 2 роки тому +1

    The video is really great!!🙏
    I am facing an error!!
    " net is undefined " When we start the react app! How to resolve it???

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

      i have the exact same thing have u resolved it?

  • @diyareddy9251
    @diyareddy9251 3 роки тому +1

    Hey!
    Failed to compile.
    ./src/App.js
    Line 22:14: 'net' is not defined no-undef
    Search for the keywords to learn more about each error.
    This is the error I have been getting when I type npm start in the terminal of the app.js
    Local host has been opened and it is also asking me for my camera permission that means the code is working but the same error is being displayed on the page.
    Please help me out!!!

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Diya, can you compare your code to the baseline code from the description. Likely the net model hasn't been defined.

  • @benjaminikwuagwu6469
    @benjaminikwuagwu6469 3 роки тому

    I've been looking for this tutorial...thanks for sharing. My question is how can I add face mask image for detector to dictate face only with the face mask to cover the face?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      Heya @Benjamin! Awesome, thanks for checking it out. Hmm, did you mean like masking out the region or applying an overlay with a mask image?

    • @benjaminikwuagwu6469
      @benjaminikwuagwu6469 3 роки тому

      @@NicholasRenotte Thank you for your kind response. Yes I mean applying an overlay with a mask image.

  • @ahsanhabibabir5887
    @ahsanhabibabir5887 3 роки тому +1

    REALLY nice

  • @NexusGamingytOfficial
    @NexusGamingytOfficial 3 роки тому +3

    I want help for adding Text-to-Speech code of js of Speechsynthesis I need help sir

    • @NexusGamingytOfficial
      @NexusGamingytOfficial 3 роки тому +1

      In react ui only

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      I think you might need a backend or browersify to handle it but here's the Node.JS code! github.com/watson-developer-cloud/text-to-speech-nodejs

  • @raghulprasanth5619
    @raghulprasanth5619 2 роки тому

    I'm new to react can anyone please tell me how to change the stroke size of rectangle

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

    Good job

  • @saketpathak321
    @saketpathak321 3 роки тому +1

    I'm getting this error message
    /src/App.js
    Line 22:14: 'net' is not defined no-undef
    Search for the keywords to learn more about each error.
    please help

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Saket, can you compare your code to the baseline code in the description. The net variable should be created earlier on in the App.js file.

  • @cyberxpgaming8375
    @cyberxpgaming8375 2 роки тому +2

    Nick so are someone who is my inspiration i just want to meet you when I grow up i am 8 years old

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому +1

      GO GETEM!! Love that you're getting into this at such a young age, never stop learning!

    • @cyberxpgaming8375
      @cyberxpgaming8375 2 роки тому +1

      @@NicholasRenotte thanks you so much

  • @rakshitjain6130
    @rakshitjain6130 3 роки тому +1

    I want to add a custom dataset to it. Can you help us with how to do it?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Definitely, check this out: ua-cam.com/video/pDXdlXlaCco/v-deo.html you can train on your own datasets using that as a baseline!

  • @tarunbisht2000
    @tarunbisht2000 3 роки тому +1

    hi Nicholas, i need some help, i am not able to use mobileNetModule in react, it shows mobileNet.infer() is not a function etc.
    can you show some eg. of importing mobilenet in react and using .infer() method.
    Thank you so much

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Tarun, definitely, I'll add it to the list of vids planned!

    • @tarunbisht2000
      @tarunbisht2000 3 роки тому +1

      @@NicholasRenotte Thank you so much 😁

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +2

      @@tarunbisht2000 anytime man! Let me know if there's anything else you'd like to see!

    • @tarunbisht2000
      @tarunbisht2000 3 роки тому +1

      @@NicholasRenotte That's all for now man, enjoying your videos and waiting for more such vids 🤗

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      @@tarunbisht2000 awesome! Plenty more to come!!

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

    Hi nickol , why tf js is lighter than normal tensorflow ,

  • @mongji5217
    @mongji5217 3 роки тому +1

    I just want to ask something. How to solve this when the result is:
    Compiled with warnings
    ./src/App.js
    Line 2:25: 'useState' is defined but never used
    no-unused-vars
    Line 3:13: 'tf' is defined but never used
    no-unused-vars
    Line 63:29: React Hook useEffect has a missing dependency: 'runCoco'. Either include it or remove the dependency arrays
    react-hooks/exhaustive-deps
    Search for the keywords to learn more about each warning.
    To ignore, add // eslint-disable-next-line to the line before.
    I need help. Thanks!

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Mong, is the app running? We exclude the dependency so that the model only loads once. These look like warnings rather than errors.

    • @mongji5217
      @mongji5217 3 роки тому +2

      @@NicholasRenotte when the browser started to develop, the browser only have color gray without camera even though i allowed using mic and camera.... so should i do this in line 63 "useEffect(()=>{},[]);" ???

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      @@mongji5217 nope, you need your webcam to activate and render first! Are there any errors in the console?

  • @rahmia13
    @rahmia13 3 роки тому +1

    GREAT video bro! can u make detector with text to speech either? i'm sure it will be more cool

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Thanks so much! Check this out: ua-cam.com/video/8k8S5ruFAUs/v-deo.html

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

    How to create PPE_Detector ? using Tensorflow.JS and React.JS ?

  • @haicoders737
    @haicoders737 3 роки тому +1

    dear @nicholas Renotte,
    why the detection is very slow and does not respond quickly. Does tensorflow see the PC specs, the detection only appears once and it's very slow, even though I've tried to reduce the time in the set interval function, pleeasee help this is very awesome projects

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @hai coders, hmmm, what type of machine are you running it on?

    • @haicoders737
      @haicoders737 3 роки тому +1

      @@NicholasRenotte cpu AMD A 10 Radeon hd Graphics windows 10 education

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      @@haicoders737 hmmm, should be fine, is that a dedicated graphics card?

    • @haicoders737
      @haicoders737 3 роки тому +1

      @@NicholasRenotte no this is not a dedicated graphics card .but my console.log, noted a warning not supported by webGL. does it matter?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      @@haicoders737 i believe webGL allows you to leverage your GPU. It might be a little slower if you're using the non webGL backend just a heads up, should still work though!

  • @Akashvani08
    @Akashvani08 6 місяців тому

    I have live feed from the ptz IP camera, no one on youtube properly explained how to take input from the ptz IP camera. Plzz make one video on this 😅😅

  • @__ARUNKUMARJ
    @__ARUNKUMARJ 2 місяці тому

    Anyone tell me how to add audio as output for the detected items 🥲

  • @WeAreFootballTalkies
    @WeAreFootballTalkies 2 роки тому +1

    Can we instead of giving webcam as input, give a video as input?

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому

      Ah, yes, I can't remember how I did it but it's definitely possible. Easier to do it with Python

  • @aerospace4891
    @aerospace4891 3 роки тому +1

    hello npm command is not working would you help me how can i resolve it. error is giving below
    npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or f the name, or
    if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + npm install
    + ~~~
    + CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @aero space, try installing Node.Js and you should have npm installed as a dependency!

  • @kris4637
    @kris4637 3 роки тому +1

    Will the app work on mobile phones?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +2

      I tested it out, it doesn't look like react-webcam plays nicely with native devices. I've got a React-Native video planned for it though!

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

    hey I'm getting an error called " net is not defined". I have checked the baseline code but I couldn't solve the error. please tell me the way to define the net . Thank you.

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

      me too. have u solved it?

  • @arshdeepsingh5950
    @arshdeepsingh5950 3 роки тому +1

    How can we host it on a websitesite like using github pages? Can you help?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Looks like it's possible, dev.to/yuribenjamin/how-to-deploy-react-app-in-github-pages-2a1f might need to dig into it a little more though!

    • @arshdeepsingh5950
      @arshdeepsingh5950 3 роки тому +1

      @@NicholasRenotte thanks bro!

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      @@arshdeepsingh5950 anytime my man, keep at it!

  • @arory2622
    @arory2622 6 місяців тому

    y esto se puede hacer en expo?

  • @Asifshaik3545
    @Asifshaik3545 2 роки тому +1

    great video. I am on working on a project on plant disease detection. I have a plant diseases dataset, how can I connect that data set to this obj detection app, please help me nick

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому

      Oh, jump into the discord server, there's a member there named ZoroKill that has done exactly that!

    • @Asifshaik3545
      @Asifshaik3545 2 роки тому

      @@NicholasRenotte thank you very much for help and response

    • @Asifshaik3545
      @Asifshaik3545 2 роки тому

      @@NicholasRenotte can you give me the link for discord

  • @jayabhanuprakashmurapaka
    @jayabhanuprakashmurapaka 2 роки тому

    Hi bro
    Failed to compile
    ./src/App.js
    Line 22:14: 'net' is not defined no-undef
    Can please tell me the solution for this i have compared with your code but i am getting the error 'net' is not defined no-undef

    • @amirbai8522
      @amirbai8522 2 роки тому

      Hi, can you please tell me how to solve this problem? if so, tell me how?

  • @evan3350
    @evan3350 3 роки тому +1

    thank you for the tutorial
    i want to ask something,
    why i can't do the detection?
    it says
    ./src/App.js
    Line 2:25: 'useState' is defined but never used no-unused-vars
    Line 3:13: 'tf' is defined but never used no-unused-vars
    Line 21:11: 'net' is assigned a value but never used no-unused-vars
    Line 26:9: 'detect' is assigned a value but never used no-unused-vars
    thank you

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      Heya @Evan, hmmm, let's dig into it:
      1. Is your webcam turning on?
      2. What do you get if you console.log(net)
      3. Can you share your code?

  • @arnavanuj
    @arnavanuj 2 роки тому

    Wow 👌

  • @parthapratimchoudhury1332
    @parthapratimchoudhury1332 3 роки тому +2

    Can it is usable for mobile version also?

  • @mutasemgrbawi6090
    @mutasemgrbawi6090 2 роки тому +1

    very nice, thanks, can we convert it to mobile app ?

  • @nisasabrina7800
    @nisasabrina7800 3 роки тому +1

    I want to ask, why when the browser pop out it shown;
    ./src/App.js
    Line 22:14: 'net' is not defined no-undef
    Search for the keywords to learn more about each error.
    how to solve it

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Heya @Nisa, can you try uncommenting line 18 from the template code:
      // e.g. const net = await cocossd.load();

    • @aileen4311
      @aileen4311 3 роки тому +1

      @@NicholasRenotte same goes for me, i tried to uncomment the line and same problem pops up

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      @@aileen4311 uncommenting the line doesn't work? Hmmm, can you share your code?

    • @jbrezza989
      @jbrezza989 3 роки тому

      @@aileen4311 yeah me too.

    • @comeon2285
      @comeon2285 3 роки тому

      @@NicholasRenotte hi! i'm having a same problem right now!

  • @artofcreativity2214
    @artofcreativity2214 3 роки тому +1

    Module not found cant resolve '@transflow-module/cocossd' in 'c:\users........'
    Why this eror

    • @artofcreativity2214
      @artofcreativity2214 3 роки тому +1

      Please help

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Hmm, can you post the full error @Angshu, I would've expected it to say tensorflow-models/coco-ssd?

  • @ahmedalsaati3408
    @ahmedalsaati3408 3 роки тому +1

    Thanks. How can I make my own labelling and detection app for Transfer Learning for images and videos files (offline)? Thank you.

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому

      Check out the full 5hr tutorial on the channel, goes through everything!

  • @avinashnair5064
    @avinashnair5064 2 роки тому +1

    can we use our custom object detection model?

    • @NicholasRenotte
      @NicholasRenotte  2 роки тому +1

      Yep, take a look at the Tensorflow.Js version of the sign language model.

    • @avinashnair5064
      @avinashnair5064 2 роки тому

      @@NicholasRenotte sure thank you

  • @damodhar3411
    @damodhar3411 3 роки тому +1

    hey nicholas, this app ran without a problem a month back, now its not working please help

  • @andirapurnamaalam2458
    @andirapurnamaalam2458 3 роки тому +1

    i wonder can i change the label name?

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому

      Could do a custom version: ua-cam.com/video/ZTSRZt04JkY/v-deo.html

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

    The video is excellent. But expecting same using react native. As these codes doesn't work Android environment.

  • @user-fp5hm5vl6f
    @user-fp5hm5vl6f 5 місяців тому

    how to resolve npm install error

  • @yilberrojas8306
    @yilberrojas8306 3 роки тому +1

    Error: Line 2:25: 'useState' is defined but never used no-unused-vars an anybody help me

    • @NicholasRenotte
      @NicholasRenotte  3 роки тому +1

      Heya @Yilber, this is just a warning the code should still run. If you want to get rid of it you can remove useState from the import at the top of the code.

    • @yilberrojas8306
      @yilberrojas8306 3 роки тому

      @@NicholasRenotte Thanks bro..