AbdallahHemdan / Orchestra

Orchestra is a sheet music reader (optical music recognition (OMR) system) that converts sheet music to a machine-readable version.
MIT License
103 stars 22 forks source link

Model.sav Not found #15

Closed LenBen closed 11 months ago

LenBen commented 11 months ago

I am trying to run the program, but am getting this error:

model = pickle.load(open(filename, 'rb')) FileNotFoundError: [Errno 2] No such file or directory: 'model/model.sav'

I have checked the model folder and model.sav seems to be there, so I am unaware of what might be causing this error

LenBen commented 11 months ago

I just needed to add the full relative path in the folder