Automating Labelling process for videos and images using the Video Labeler App for Deep Learning
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Atreya Danturthi
am 1 Aug. 2021
Bearbeitet: Drishan Poovaya
am 13 Aug. 2021
I tried to use the video Labeler App to label some features in my grayscale images, but the App gave the following error.
MAP must be a m x 3 array. Use im2gray for RGB and grayscale images.
Error in ()
isRGB = parse_inputs(X);
Igray = rgb2gray(I);
0 Kommentare
Akzeptierte Antwort
Drishan Poovaya
am 13 Aug. 2021
Bearbeitet: Drishan Poovaya
am 13 Aug. 2021
I understand you are trying to run Point Tracking algorithm on a sequence of grayscale images. This error is because the rgb2gray function only accepts an RGB image as an input while you are trying to use it with grayscale images
The issue you are facing has been brought to the concerned peole and should be fixed in a future release. However, in the meantime, if you have access to the origianl rgb images, please use them instead of the grayscale images for your labeling.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!