pretrained-yolo-v4
pretrained-yolo-v4 copied to clipboard
Object detection and transfer learning using pretrained YOLO v4 models in MATLAB.
The `yolov4TransferLearn.mlx` script needs the `vehicleDatasetImages.zip` file. Running the script after directly cloning the repo therefore does not work. Is there a separate dataset for this exercise? I used the...
I am trying to train YoloV4, using the exact code you provided. Everything starts up, but once it wants to start the first epoch it throws an error. It always...
I am trying to get all the values of pixels inside the bounding box. Could you please help me on how to achieve this? I understand the bounding box is...
Hi, Can you tell me to convert the model to ONNX, please?
I tried to run the program but the network not able to find the network as the ssd.mathworks.com is not working. could you please solve this issue?
I downloaded your pre-trained network to my MATLAB Drive. And every time I run ``` modelName = 'YOLOv4-coco'; model = helper.downloadPretrainedYOLOv4(modelName); net = model.net; ``` MATLAB Driver starts syncing. Although...
About yolov4Transferlearn.m. The following error occurred. What is the problem? 