read .yml files in matlab

后端 未结 2 1886
春和景丽
春和景丽 2020-12-19 09:34

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

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-19 09:49

    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 )
    

提交回复
热议问题