
Vivek Akkala
Statistics
0 Questions
10 Answers
RANK
6,325
of 262,978
REPUTATION
6
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 17,999
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113,927
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Issue with YOLO4
Hi, Looking at the error log, I feel the validateInputData function might be missing in the working directory. Make sure you ha...
14 days ago | 0
How to use my images dataset in yolo, r-cnn, faster r-cnn,.... detectors
Hi, You can refer to the following examples to train the object detectors using your dataset. For YOLO v2: https://www.mathwor...
28 days ago | 0
How can i train YOLO network?
Hi, Please refer to Object Detection Using YOLO v2 Deep Learning example that explains complete workflow which includes , prepa...
2 months ago | 0
Bounding boxes must be non-empty, fully contained within their associated image and must have positive width and height.
Hi, The groundtruth here might have either empty bounding boxes or there is a possibility of having bounding boxes with size gr...
2 months ago | 0
fixing an error about the number of channels in Yolov2
Hi, The error is due to a mismatch between expected inputs and actual inputs to the yolov2TransformLayer. Based on the error me...
2 months ago | 0
Problem in YOLOv2 training
Hi, There seems to be a mismatch between expected inputs and actual inputs to the yolov2TransformLayer. Based on the "RotulosVa...
2 months ago | 0
YOLOv3 miniBatchSize problem
Hi, The first error in your case might be due to presence of zeros in the 'bboxA'. Having zero in either [x, y, width or height...
4 months ago | 0
Object Detection using Yolov3 results : yolo insert of multiple boxes for the same object
Hi, You can use selectStrongestBboxMulticlass to suppress the detections. Try lowering the "OverlapThreshold" of selectStronges...
4 months ago | 1
| accepted
The add-on you requested is not available in the Add-On Explorer for Computer Vision Toolbox Model for YOLO v4 Object Detection in 2022a
The issue has been resolved, you should be now able to download the pretrained model from the Add-ons. Alternatively you can us...
5 months ago | 0
Does MATLAB support YOLOv4
YOLO v4 object detector is supported in MATLAB from R2022a. You can refer to https://www.mathworks.com/help/vision/ref/yolov4obj...
5 months ago | 0