Design and Train a YOLOv2 Network in MATLAB

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

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

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

    Great video. May i know if i can use pretrained network like AlexNet and modify it to Yolo network which use anchor box to detect object?

    • @connelldsouza7783
      @connelldsouza7783 4 года назад +4

      Yes, you can use a feature extraction network and then append YOLOv2 layers to it. Take a look at this example which uses ResNet as the feature extraction network. www.mathworks.com/help/deeplearning/examples/object-detection-using-yolo-v2.html

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

    Thanks a bunch for the video, the content and especially the sources. Keep up the good work !!!.
    Matlab For Life !!!

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

    Can you please guide on how to label data for yolo v2 ? in yolo format Label_ID_1 X_CENTER_NORM Y_CENTER_NORM WIDTH_NORM HEIGHT_NORM or x,y,width,height. Secondly, we do we need to first resize images before labeling? If we dont resize before labeling, how come resizing image+labels works in yolo?

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

    At step 2 of this video... numClasses= size(trainingData,2)-1;
    Getting error as undefined function or variable "trainingData"

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

      trainingData is a table created in when you run the dataPreProcessing.mlx script in the GitHub Repository- github.com/mathworks-robotics/deep-learning-for-object-detection-yolov2/tree/master/codeFiles , run that script first to take care of the error.

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

    Hi ma'am. Thank you for such elaborated video. I'm working on an object detection network. I have an issue regarding it's training. Can you please provide me an email through which I'll be able to communicate about my problem?

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

    You have explained absolutely nothing.
    You are sitting in front of a screen repeating in a different way the text alredy written in the compiler, Big news: we can read! Also, the script calls function that is not clear where they come from and you didn'explain!
    Not only, live script is impossible to download Absolutely horrible tutorial.