VLFEATROOT​\toolbox\v​l_setup not found

1 visualización (últimos 30 días)
Angel Lebanon
Angel Lebanon el 24 de Oct. de 2015
Comentada: Walter Roberson el 10 de Dic. de 2021
Hello!
I just downloaded VLFeat binary and source packages from here : http://www.vlfeat.org/download/ and I am trying to install it on matab so first I wrote
>>tar 0920 vlfeat-0.9.20.tar.gz
then when I am writing :
>> VLFEATROOT = 'C:/Users/User/Desktop/vlfeat-0.9.20.tar/vlfeat-0.9.20';
>> run('VLFEATROOT/toolbox/vl_setup')
This error is shown :
Error using run (line 39)
VLFEATROOT\toolbox\vl_setup not found.
Please can you help me.. I tried a lot! :(

Respuestas (2)

chaitali laulkar
chaitali laulkar el 25 de En. de 2016
Editada: Walter Roberson el 25 de En. de 2016
Hello Angel,
follow given steps to use VLFEAT (These steps are for MATLAB).
  1. first extract vlfeat-0.9.20 in some folder
  2. In matlab first go to HOME->Environment->Set path->(Add the path of vlfeat-0.9.20 extracted folder) and save it.
  3. execute run('<Please include path of vlfeat-0.9.20 folder') in MATLAB command window e.g. run('D:\CAL\VLeaft\vlfeat-0.9.20\toolbox\vl_setup')
  4. Now u can run commands of VLFEAT library
Hope It will help you.
Thanking you,
Mrs. C.A.Laulkar
  13 comentarios
Sarita chhikara
Sarita chhikara el 10 de Dic. de 2021
Attempt to execute SCRIPT vl_gmm as a function:
C:\Users\Hp\Documents\MATLAB\Add-Ons\Collections\vlfeat_vlfeat\code\toolbox\gmm\vl_gmm.m
Error in genfeaMat_midlevel (line 109)
[means, covariances, priors] = vl_gmm(cluFeas, dicSize);
Error in main_tumorTypesAndDim (line 45)
X = genfeaMat_midlevel(params, 'fv');
Walter Roberson
Walter Roberson el 10 de Dic. de 2021
You need to build the binaries.
I am not sure how to do that on Windows. On Mac, I cd to the vlfeat_vlfeat directory and command
!make

Iniciar sesión para comentar.


rohan mondal
rohan mondal el 11 de Nov. de 2018
thank you, sir, for helping us

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by