Displaying 1 result from an estimated 1 matches for "codebooka".
Did you mean:
codebook
2000 Jan 07
0
VQ generation utilities ready + usage instructions
...cascade book is a codebook generated from the
residue of a previous codebook. To produce the residue, use vqcascade (which
supports the exact same command line as vqmetrics) and send the output data to
stdout. A two stage codebook generation might look like (from start to
finish):
genericvqtrain codebookA -p 64,8,8 training-data.vqd
vqbuild codebookA-0.vqi
vqcascade codebookA.vqh > cascade-data.vqd
genericvqtrain codebookB -p 64,8,8 cascade-data.vqd
vqbuild codebookB-0.vqi
test it out using:
vqmetrics codebookA.vqh codebookB.vqh training-data.vqd
***********************************
Generating...