ความคิดเห็น •

  • @Mike-dl6xe
    @Mike-dl6xe ปีที่แล้ว +2

    I was literally waiting for this video! Thank you so much!

  • @japhethmumo2383
    @japhethmumo2383 9 หลายเดือนก่อน +1

    Great tutorial! Keep it up. You have assisted me. Much thanks

  • @andyhgnguyen
    @andyhgnguyen 7 หลายเดือนก่อน

    Thanks so much for sharing. You mentioned in the video that the new result model from transfer learning can not recognize the pre-trained labelled objects. What if I would like to retain the capability to recogize existing objects while training extra objects with transfer learning? Can we do that?

  • @EdjeElectronics
    @EdjeElectronics ปีที่แล้ว +2

    Nice work on this video! 🙂

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +2

      Thanks a lot. I am your subscriber and watched all your videos. learnt a lot from them. This comment means a lot.😊

  • @asmajassim7817
    @asmajassim7817 ปีที่แล้ว +1

    Hi, I have already trained my model in yolov5s (on ultralytics) and exported it as a .tflite model. I tried to follow your code on deployment on raspberry pi but I keep receiving this error in the line: output_details=interpreter.get_output_details()[index]
    IndexError: list index out of range
    could you please help if you know what to do

  • @coding_corner8210
    @coding_corner8210 6 หลายเดือนก่อน +2

    when I started installing tflite packages at start it took all the space on disk in meta data
    what should I do

  • @kk-zv2vt
    @kk-zv2vt ปีที่แล้ว +1

    Hi, I ran the exact same code and it works if I don’t use the coral accelerator, however when I run it with the coral I get tge following error: ValueError: Output tensor at index 0 is expected to have 3 dimensions, found 2.
    How can i solve this issue, please help

  • @poojap7
    @poojap7 4 หลายเดือนก่อน +1

    can you please make video on creating custom object detection model for tensorflow js

  • @melis4820
    @melis4820 5 หลายเดือนก่อน

    thank you.

  • @vladimirputin623
    @vladimirputin623 ปีที่แล้ว +2

    Great video tutorial! I have 1 question: Is it possible to get a coordinates of the center of each object?

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +1

      Yes you can do that. You can refer this article to see the relevant part
      helloworld.co.in/article/ai-robot-object-tracking-object-following-robot-using-tensorflow-lite

  • @user-df9cq2ue2g
    @user-df9cq2ue2g ปีที่แล้ว +2

    Hi, thank you for this video.
    One question. How can I create a label.txt file, which contains the labels and their ID?

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +2

      It is created manually. You can use any editor for that. I created it using simple Notepad. Read more here helloworld.co.in/article/custom-object-detection-model

    • @user-df9cq2ue2g
      @user-df9cq2ue2g ปีที่แล้ว +1

      @@jitesh_helloworld Great, thanks for your quick reply and help.

  • @simpasalsunda7244
    @simpasalsunda7244 21 ชั่วโมงที่ผ่านมา

    Installing the
    !pip install -q tflite-model-maker-nightly
    !pip install -q tflite-support-nightly
    takes so long time, and disk space, how do i fix this?

  • @zivanaf
    @zivanaf 10 หลายเดือนก่อน +3

    Installing the
    !pip install -q tflite-model-maker-nightly
    !pip install -q tflite-support-nightly
    takse SO much space it actually make the Disk's space run out
    how can i solve this?

    • @yo0seftal3at72
      @yo0seftal3at72 5 หลายเดือนก่อน

      i got the same problem

  • @ameer-alahmadi
    @ameer-alahmadi ปีที่แล้ว +1

    Thanks a lot for your great tutorial . But, can you please explain how to convert yolov8 to tflite model and use it with raspberry pi + coral usb accelerator?

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +1

      I have not tried that but google search shows few article for such conversion. One such article is www.google.com/url?sa=t&source=web&rct=j&url=github.com/NSTiwari/YOLOv3-to-TensorFlow-Lite-Conversion

    • @japhethmumo2383
      @japhethmumo2383 9 หลายเดือนก่อน

      You may also export the yolov8 dataset into pascal voc format and use the concept out teacher has used

  • @cojad
    @cojad 8 หลายเดือนก่อน

    Hi, As Colab now using python 3.10.x. Train_custom_model_tutorial.ipynb from Khanh LeVit is now fail to execute on current colab. Would you able to rewrite a working one for now? I'm having trouble even to start train model.

    • @Hulkmb
      @Hulkmb 3 หลายเดือนก่อน

      have you got any solution ...?

  • @jonatapaulino
    @jonatapaulino ปีที่แล้ว +1

    Thanks for the video, it helped me a lot. I've already subscribed to the channel. Thanks.
    I have 1 question: I annotated all my images in roboflow, and I can export my database through a code that the roboflow website itself provides. In this case, step 3 would be different. How would I go about adapting? Thanks.

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +1

      Glad you found it useful. Im not sure how roboflow works. For this project, you should be able to annotate your images and create a corresponding xml file for them using any tool you like. Hope roboflow allows that

    • @alialaa5726
      @alialaa5726 ปีที่แล้ว +1

      Hello, I also used roboflow to annotate my images what did you do in step 3
      I would appreciate you help.

    • @jonatapaulino
      @jonatapaulino ปีที่แล้ว +1

      @@alialaa5726 I haven't done the third step yet, because I wanted to import the code directly from roboflow like I did in other projects of mine.

    • @alialaa5726
      @alialaa5726 ปีที่แล้ว +1

      @@jonatapaulino can you tell me about a tutorial that shows how to import directly from roboflow

  • @ptsd7403
    @ptsd7403 ปีที่แล้ว +4

    After running this code in the Colab: model = object_detector.create(train_data, model_spec=spec, batch_size=4, train_whole_model=True, epochs=20, validation_data=val_data)
    I got a error message: ValueError: The size of the train_data (0) couldn't be smaller than batch_size (1). To solve this problem, set the batch_size smaller or increase the size of the train_data.

    • @onedori1
      @onedori1 ปีที่แล้ว +2

      have you found a solutuin for this?

  • @ajitgadkari127
    @ajitgadkari127 ปีที่แล้ว +1

    I was waiting for this...thanq so much ...can u please include this model in human following as well so tht we can detect one of the object and follow.

  • @mukat3222
    @mukat3222 ปีที่แล้ว +4

    Hello! After running this code in the Colab: model = object_detector.create(train_data, model_spec=spec, batch_size=4, train_whole_model=True, epochs=20, validation_data=val_data)
    I got a error message: ValueError: The size of the train_data (0) couldn't be smaller than batch_size (1). To solve this problem, set the batch_size smaller or increase the size of the train_data.
    i have 64 trained Pictures with XML files and around 10 Validate Pictures with XML files, i did bounding boxes via LabelImg. I was trying to lower Batch size in the code and also i was trying to train more pictures, with no luck. Do you know any solution?

    • @ptsd7403
      @ptsd7403 ปีที่แล้ว +1

      Anyluck ?

    • @mikhilpatel5619
      @mikhilpatel5619 ปีที่แล้ว +1

      did you find a solution? I am having the same issue

    • @phoque6
      @phoque6 ปีที่แล้ว +2

      Your path to the train folder is wrong so it is no able to find any images that is why they detect as 0.. Anyways with the new updated colab pythn 3.10, tflite model maker is not able to install properly .Everyone seems to face this problem recently. i hope tensorflow resolves this soon

  • @ptsd7403
    @ptsd7403 ปีที่แล้ว +3

    Hello sir please help there is an error with the code that
    ValueError: The size of the train_data (0) couldn't be smaller than batch_size (4). To solve this problem, set the batch_size smaller or increase the size of the train_data.
    what is the issue

    • @shihaoshen2914
      @shihaoshen2914 ปีที่แล้ว +1

      hi, idk if u still need the solution. But here's my comment:
      In "Step 1: Load the dataset", make sure the train and validate folders being called are the ones u just uploaded. For example, I prepared my datasets with folder name 'val' instead of the default one they were using 'validate'. Then in here i should do 'custom_data/val' but not 'custom_data/validate', etc.

  • @techy9912
    @techy9912 ปีที่แล้ว +1

    Have you try on large datasets? Please help

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +1

      It should work. Rather larger dataset would help in training more accurate model

  • @behindafact7535
    @behindafact7535 ปีที่แล้ว +1

    what camera did you use?

  • @ashikkirmani9070
    @ashikkirmani9070 4 หลายเดือนก่อน

    I want to make bird detection. is that possible

  • @user-cz4iz3kn4c
    @user-cz4iz3kn4c ปีที่แล้ว +2

    Hi I am running out of space in google collab while installing tflite-model-maker-nightly. Is there anything which I can d other than upgrading to collab pro.

    • @jitesh_helloworld
      @jitesh_helloworld ปีที่แล้ว +1

      Thanks for pointing out. I also faced problem with its installation. May be some changes in the package by the Google team. Need to explore how to install tflite-model-maker. Rest of the script should remain the same. Let me know if you find a way ahead.

    • @shihaoshen2914
      @shihaoshen2914 ปีที่แล้ว +1

      In CoLab: ctrl+shift+P. "use a fallback runtime version"

    • @DSET_ChiragNRaj
      @DSET_ChiragNRaj ปีที่แล้ว +1

      @@jitesh_helloworld Hey hi, First of all thank you for the vedio and even Iam facing the same problem like disk space is full in the allocated storage. Please let us know if there is some solution to over come this problem because i am using this for my project.

    • @muhammadmurtaza4287
      @muhammadmurtaza4287 ปีที่แล้ว +1

      @@shihaoshen2914 it is not available. what is solution?

    • @phoque6
      @phoque6 ปีที่แล้ว +1

      @@DSET_ChiragNRaj this is recent problem with google colab updated python3.10. Even the use fallback runtime version" solution doesnt work anymore :( lets hope tensorflow resolves this fast

  • @leleyu2682
    @leleyu2682 8 หลายเดือนก่อน +2

    now the model maker colab notebook doesn't work, while trying to install, do you have any other solution for this?

    • @Hulkmb
      @Hulkmb 3 หลายเดือนก่อน

      have you got any solution ...?

    • @egrabhishek
      @egrabhishek 3 หลายเดือนก่อน

      Not working for me too

    • @leleyu2682
      @leleyu2682 3 หลายเดือนก่อน

      @@Hulkmb yes I got the solution

    • @leleyu2682
      @leleyu2682 3 หลายเดือนก่อน

      @@egrabhishek try creating virtual env in colab and then install the specific version. its working for me now

    • @egrabhishek
      @egrabhishek 3 หลายเดือนก่อน

      @@leleyu2682 great. Thanks. Will give it a try.. have a nice day ahead

  • @muhammadshahab5749
    @muhammadshahab5749 ปีที่แล้ว +3

    Sir ye google cural usb tu official Website se nahi melta
    kha say mel jaye ga
    And great Video
    late but always great contant 👍👍👍👍

  • @beyzaboz8446
    @beyzaboz8446 3 หลายเดือนก่อน

    error: subprocess-exited-with-error
    × python setup.py egg_info did not run successfully. hello I give that error can you help me please? how can I load !pip install -q tflite-model-maker-nightly
    !pip install -q tflite-support-nightly

  • @akhilkp5378
    @akhilkp5378 6 หลายเดือนก่อน

    Installing the first first two packages !pip install -q tflite-model-maker-nightly
    !pip install -q tflite-support-nightly taking the entire memory how to solve it pls help

    • @VlinGood
      @VlinGood 5 หลายเดือนก่อน

      Same problem here. Please share solution if anyone has one?!

    • @valentinepolyakov3506
      @valentinepolyakov3506 25 วันที่ผ่านมา

      @@VlinGood Same problem

  • @engammar1794
    @engammar1794 10 หลายเดือนก่อน +2

    There a major error when i run the pip installs : sub process errors. Any way to overcome this issue?
    !pip install -q tflite-model-maker
    & !pip install -q tflite-model-maker-nightly
    But both statement finally show a error while installing the dependencies. And here it is:
    error: subprocess-exited-with-error

    × Getting requirements to build wheel did not run successfully.
    │ exit code: 1
    ╰─> See above for output.

    note: This error originates from a subprocess, and is likely not a problem with pip.
    Getting requirements to build wheel ... error
    error: subprocess-exited-with-error
    × Getting requirements to build wheel did not run successfully.
    │ exit code: 1
    ╰─> See above for output.
    note: This error originates from a subprocess, and is likely not a problem with pip.

    • @hung1853
      @hung1853 10 หลายเดือนก่อน

      Me too. Did you solved this problem ?

    • @duartesomsen6856
      @duartesomsen6856 8 หลายเดือนก่อน +1

      @@hung1853 Have you found a solution yet? Ive been busy for the last 4 days trying to get this stuff to work.....

    • @ilyesyousi6911
      @ilyesyousi6911 หลายเดือนก่อน

      @@duartesomsen6856 your are fix the erreur !?

  • @protimaranipaul7107
    @protimaranipaul7107 11 วันที่ผ่านมา

    DOES NOT WORK.........