Menu

Use function load_image_dataset_metadata in python version of dlib

Help
Sam
2019-08-02
2019-08-03
  • Sam

    Sam - 2019-08-02

    Hello

    I am attempting to load a ImgLab XML annotations file in dlib. So I am
    using the function res = dlib.load_image_dataset_metadata(myFile) and
    I get the error:

    AttributeError: module dlib has no attribute
    load_image_dataset_metadata
    

    Does dlib need a specific module imported to use this function? I’ve
    tried things like import dlib.data_io but it says that module does not
    exist.

     

    Last edit: Sam 2019-08-02

Log in to post a comment.