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
550 stars 135 forks source link

can datumaro set export line path in / not \ in file? #1669

Open jaffe-fly opened 2 weeks ago

jaffe-fly commented 2 weeks ago

when use datumaro in win ,export datasets the train.txt line is

.\images\train\frame_097300.PNG

before tranfer to linux, you need to change \ to /

Is there any parameter to set this? select / not \