Borrar filtros
Borrar filtros

Concatenate features for image classification

5 visualizaciones (últimos 30 días)
Andrea Daou
Andrea Daou el 7 de Jun. de 2021
Editada: Andrea Daou el 9 de Jun. de 2021
Hello all,
If I want to concatenate features extracted from fully connected layer of a CNN with features extracted from a handcrafted feature extractor (ex : HOG), do I need to normalize these features befores concatenation?
For example: dimensions of vectores : FeaturesHOG (1*108900) and FeaturesCNN (1*4096)
Can I directly use Features = [FeaturesCNN, FeaturesHOG] to train a multiclass classifier (SVM) or should I follow other steps befor giving these features to the classifier ?
Thank you!!

Respuestas (0)

Categorías

Más información sobre Recognition, Object Detection, and Semantic Segmentation en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by