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
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?
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.
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?
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.
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?
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
Thanks a bunch for the video, the content and especially the sources. Keep up the good work !!!.
Matlab For Life !!!
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?
At step 2 of this video... numClasses= size(trainingData,2)-1;
Getting error as undefined function or variable "trainingData"
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.
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?
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.