mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
improve docs
This commit is contained in:
parent
32ab332989
commit
15b2851318
@ -251,7 +251,8 @@ void bind_image_dataset_metadata(py::module &m_)
|
|||||||
|
|
||||||
|
|
||||||
m.def("save_image_dataset_metadata", &save_image_dataset_metadata, py::arg("data"), py::arg("filename"),
|
m.def("save_image_dataset_metadata", &save_image_dataset_metadata, py::arg("data"), py::arg("filename"),
|
||||||
"Writes the contents of the meta object to a file with the given filename. The file will be in an XML format."
|
"Writes the contents of the meta object to a file with the given filename. The file will be in an XML format, "
|
||||||
|
"although any extension can be used to name the file."
|
||||||
);
|
);
|
||||||
|
|
||||||
m.def("load_image_dataset_metadata", &py_load_image_dataset_metadata, py::arg("filename"),
|
m.def("load_image_dataset_metadata", &py_load_image_dataset_metadata, py::arg("filename"),
|
||||||
|
Loading…
Reference in New Issue
Block a user