OMR-Research / tf-end-to-end

TensorFlow code to perform end-to-end Optical Music Recognition on monophonic scores through Convolutional Recurrent Neural Networks and CTC-based training.
MIT License
136 stars 58 forks source link

prlMus dataset #8

Closed trungpham2606 closed 5 years ago

trungpham2606 commented 5 years ago

Hello calvozaragoza, I just downloaded the prlmus dataset from the webpage you had provided. But I wonder how can I read this file because it has unknown file type.

calvozaragoza commented 5 years ago

The dataset is compressed as a tgz file. There are many ways to uncompress, for instance using 7zip (https://www.7-zip.org/)

trungpham2606 commented 5 years ago

@calvozaragoza oh tks a lots for figuring me out ^^