Home My Page Projects MPTK: The Matching Pursuit ToolKit
Summary Activity Forums Tracker Lists Docs News SCM Files

Forum: help

Monitor Forum | Start New Thread Start New Thread
RE: results of the command lines [ Reply ]
By: RĂ©mi Gribonval on 2008-02-08 14:10
[forum:8228]
OK, now I see where the problem is!
The dictonary file you have been using is in the old format which was valid before version 0.5.4. It looked like XML but was not really compliant. You will find an example dictionary file in the right format on the web page
http://mptk.irisa.fr/mptk-users/mptk-users-1/examples/dictionnary/test.xml

There should also be one in the distributed files
MPTK-Source-0.5.4/reference/dictionary/dic_gabor_two_scales.xml

Let me know if this works. BTW, where did you obtain the 'old' dictionary file? If it was still somewhere in our distribution we need to clean it for the next release ...

Cheers,

Remi.

results of the command lines [ Reply ]
By: Clothilde Melot on 2008-02-08 13:59
[forum:8227]
Dear Remi

Thank you very much for your help.
Here are the results of what you asked me.

thank you once again
with best
Clothilde

ps: I checked if the reading rights on the default.xml file are Ok and it is.

thank you once again

ls /home/melot/matlab/Matching_pursuit
bookplot.m #lancement.m# mpf.m
bookread.m lancement.m mpf_wrap.m
bookwrite.m LICENSE mpr.m
Charter-GForge.pdf Mat2MPTKdemo.m mpr_wrap.m
default.xml Mat2MPTKLoadSettings.m MPTK-Source-0.5.4
dico_test.xml Mat2MPTKUpdateOptions.m MPTK-Source-0.5.4.tar
Dict mpcat.m path_to_sources
fftw_wisdom_file mpcat_wrap.m ReadDecay.m
GenerDict.m mpd_demix.m README
INSTALL mpd_demix_wrap.m tempin.wav
InstallMat2MPTK.m mpd.m
LAM_mat2mptk.0.4.1alpha2.tar mpd_wrap.m

file /home/melot/matlab/Matching_pursuit/default.xml
/home/melot/matlab/Matching_pursuit/default.xml: XML 1.0 document text


less /home/melot/matlab/Matching_pursuit/default.xml

<?xml version="1.0" encoding="ISO-8859-1"?>
<libVersion>0.4</libVersion>

<dict>
<glob type="windowShift">128</glob>
<glob window type="hamming" opt="0"></window>
<glob type="fftSize">4096</glob>

<block type="gabor">
<par type="windowLen">512</par>
</block>

<block type="gabor">
<par type="windowLen">1024</par>
</block>

<block type="gabor">
<par type="windowLen">2048</par>
</block>

<block type="gabor">
<par type="windowLen">4096</par>
</block>

</dict>
~
~
~
~
~
~