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
When I try to load the sample images as an ImageSet using imgs = ImageSet('samples')
It showed an error that global name '__init__file__' is not defined
As the init__file variable might have been changed or removed, I believe we can use the LAUNCH_PATH variable for the same purpose.
The text was updated successfully, but these errors were encountered:
When I try to load the sample images as an ImageSet using
imgs = ImageSet('samples')
It showed an error that
global name '__init__file__' is not defined
As the init__file variable might have been changed or removed, I believe we can use the LAUNCH_PATH variable for the same purpose.
The text was updated successfully, but these errors were encountered: