I would like to read .yml files in Matlab. These files contain coordinates x and y of key points on a face image. I looked for different tools but I don\'t seem to find any
ZozaniDB Database Toolbox comes with a Matlab-native YAML implementation that handles the .yml file here. To parse a string or a file, use:
>> yaml_parse ( str ) >> yaml_read ( filename )