Training custom SSD MOBILENET dragon to detect toys on Jetson Nano for Custom Object Detection

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

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

  • @italofelix-i4z
    @italofelix-i4z День назад

    The project does not include a file to export to the onxx format

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

    Thanks.

  • @vipulpardeshi2868
    @vipulpardeshi2868 10 месяцев назад

    Once model is trained , how much time it takes to load and detect everytime

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

    Where is the jetson inference project? I couldn't find it in your list or repos

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

      github.com/mailrocketsystems/jetson-train

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

    How to scan the object with camera lively?

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

      Instead of passing the video, you can use camera i.e. /dev/video0 or pass the location of camera device accordingly

  • @إبراهيمعزالدين-ن1ق

    How to change directory at the end to csi camera slot 2 from jetson nano to make it real time?

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

    what files will be present in imageSets? Am traing using google colab and i have my dataset and annotations . am using image datasets

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

      If you watch previous video of training where I trained model for fruits, I have explained the files and dir structure in that video

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

      @@RocketSystems I don't use video file that's why I got confused. In the trainval and val text files , is the file names of image is same as train and test

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

      Yes. Filenames are same

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

      @@RocketSystems Thankyou for the replying

  • @bayoleems
    @bayoleems 11 месяцев назад

    where can I find the export onnx py file please?

    • @RocketSystems
      @RocketSystems  11 месяцев назад +1

      That will be in your jetson hardware

    • @bayoleems
      @bayoleems 11 месяцев назад

      but I’m training using Google Colab

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

    i have an error like AttributeError: Can't pickle local object 'TrainAugmentation.__init__..' and can you help me to solve it?

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

      Which step you are facing this issue?

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

      @@RocketSystems During the training process, I do it in the window, does that have any effect?

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

      Haven't trained on windows so cannot confirm this but Ubuntu is recommended

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

      @@RocketSystems And one more question, what version of python are you using in this model

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

      And how many classes can be used in this model?

  • @TEAMACE-z9w
    @TEAMACE-z9w 10 месяцев назад

    It is giving unable to read video

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

    getting an error
    FileNotFoundError: [Errno 2] No such file or directory: 'data/sub-train-annotations-bbox.csv'