-
Notifications
You must be signed in to change notification settings - Fork 111
Error in running label-maker for skynet-train #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@emackres thanks for trying it out! Can you post your |
@drewbo @emackres I also got the same error. my config.json like this: Traceback (most recent call last): the cause is that the length of label.shape is 1 , in PIL method Image.fromarray , "size = shape[1], shape[0]" shape[1] index 1 out of range |
@yulifengwx this script is only intended for segmentations labels. Can you try again with the |
|
we're pinned against |
Great to see this new data prep workflow for Skynet.
https://github.com./developmentseed/label-maker/blob/master/examples/skynet-train-data-prep.md
After using label-maker, I got the utility script to run but got an error:
It would be great to know if this is a problem with my setup, or if others are experiencing it and to get it addressed.
Also, I think there is a typo and the reference to the utility script
python utils/segnet.py
should actually bepython utils/skynet.py
The text was updated successfully, but these errors were encountered: