已回答 How to crop an image inside a boundary ?
region=uint8(roipoly(img,position(:,1),position(:,2)));
After getting the mask of the selected region from the above line in yo...
已回答 trainYOLOv2ObjectDetector function details.
You can refer to the following link on how to use the trainYOLOv2ObjectDetector function:
https://www.mathworks.com/help/vision...
已回答 neural network regression model error
As I understand, your input dataset, “x” has size 1000 x 1 and the output, “y” has size 1000 x 1 and you are defining a regressi...