openvinotoolkit / datumaro

Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
https://openvinotoolkit.github.io/datumaro/
MIT License
526 stars 129 forks source link

Error in boilerplate command for exporting tensorflow with images in docs #1509

Closed therealpurplemana closed 4 months ago

therealpurplemana commented 4 months ago

https://openvinotoolkit.github.io/datumaro/latest/docs/get-started/quick-start-guide/examples.html

Page shows this command:

datum project export --format tf_detection_api -- --save-images

but the correct command is:

datum project export --format tf_detection_api -- --save-media

sooahleex commented 4 months ago

Hi @therealpurplemana, Thank you for your interest in our project. We have updated the documentation according to your command. Thank you for bringing this to our attention.