You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very interested in your work,and I want to train a model use this. When I run python -m chm.train
it can show me the usage. But, when I run python -m chm.train ~/Path/to/model ~/Path/to/trainImages/image.png ~/Path/to/trainLabels/image.png
a ValueError occurred "ValueError: Unable to open ~/Path/to/trainImages/image.png' with given options". I have installed the libraries including 'zlib', so how should I solve this problem?
The text was updated successfully, but these errors were encountered:
I am very interested in your work,and I want to train a model use this. When I run
python -m chm.train
it can show me the usage. But, when I run
python -m chm.train ~/Path/to/model ~/Path/to/trainImages/image.png ~/Path/to/trainLabels/image.png
a ValueError occurred "ValueError: Unable to open ~/Path/to/trainImages/image.png' with given options". I have installed the libraries including 'zlib', so how should I solve this problem?
The text was updated successfully, but these errors were encountered: