Тёмный

GoogleNet Image Classification in MATLAB 

Подписаться
Просмотров 13 тыс.
% 204

You can copy the code from here: www.nzfaruqui.com/image-classification-using-googlenet/
Image Classification is a popular topic of pattern recognition. The process of classifying images based on contextual information presented on the image is called image classification. Automatic image organizations, product discovery through visual search, face recognition are few of the applications of image classification. The state of art technology to perform image classification is convolutional neural network (CNN). We can either design and train a CNN on our own or we can use pretrained CNN to classify images. The Google Net is one of the most popular pretrained CNNs. In this lesson, I explained how to use GoogleNet for image classification in MATLAB.

Опубликовано:

 

13 ноя 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 18   
@igorg4129
@igorg4129 3 года назад
Finaly!!! Now please make yolo And some semantic segmentation algorythm
@tenyonghaung3123
@tenyonghaung3123 2 года назад
thanks you very much !! It saved my life
@NuruzzamanFaruquis
@NuruzzamanFaruquis 2 года назад
I am glad that it helped.
@fouadshaker5095
@fouadshaker5095 3 года назад
good video and if it is possible to explain all types of CNN with applications for each one them for interest?
@issamharida2664
@issamharida2664 2 года назад
thank you so much sir
@Twilight2595
@Twilight2595 3 года назад
please make a video on video based classification
@Jorge-wf3tg
@Jorge-wf3tg 3 года назад
Good video! Could you try yolo??
@nxdieyra2937
@nxdieyra2937 3 года назад
hi , i have one question .. is it possible we classify from the google images ?
@psurya602
@psurya602 2 года назад
Hi . Was running the code ..since i dont have a webcam i tried the same code with the input as an image i had stored already .. clear all %the_camera = webcam; the_network = googlenet; required_input_size = the_network.Layers(1).InputSize(1:2) figure single_Image = 'test1.jpg'; image(single_Image) single_Image = imresize(single_Image, required_input_size); [predicted_Item,probability] = classify(the_network, single_Image); title({char(predicted_Item), num2str(max(probability),2)}); Getting error message as below Error using image Color data must be numeric or logical values. Could you please help me in this Thank you
@nabilahzainal5761
@nabilahzainal5761 3 года назад
hi sir! Can we do it on another types of camera such as phone camera?
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 года назад
I am not sure if there is any way to link mobile cameras to MATLAB. However I will look into it.
@hussainalaaedi
@hussainalaaedi 2 года назад
where is the next leason
@pavithraoleti9840
@pavithraoleti9840 3 года назад
Sir do you have matlab code for glaucoma detection using funds images of the eye by implementing any algorithm
@hugopineda10
@hugopineda10 3 года назад
Good morning my brother, I want to contact you, I need your help, how could I contact you?
@NuruzzamanFaruquis
@NuruzzamanFaruquis 3 года назад
Good morning. I hope you are doing well. You can communicate with me at faruquizaman27@gmail.com. Please use proper subject and include your actual identity with proper designation.
@hugopineda10
@hugopineda10 3 года назад
@@NuruzzamanFaruquis I sent you a message. check it as soon as possible please. it is urgent .
@mugisharwagasoreephrem9762
@mugisharwagasoreephrem9762 3 года назад
Good video brother Try keep u. Anyway I sent you an email but you didn't answered me
@pushpakalita1829
@pushpakalita1829 2 года назад
Join