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
Path should always be relative to your Google Drive root (My Drive). E.g.
If you have a directory called images in your Google Drive, and you want to process all images inside that directory, you should enter in the field: images
If you have a directory called ai in your Google Drive, and inside that directory you have another directory called dallemini, containing an image shrek.jpg that you want to process, then you should enter in the field: ai/dallemini/shrek.jpg
If you did precisely that, then I guess problem might be a number of things like image formats or Drive sync issues. Your safest bets regarding format are probably JPG and PNG. If you run the cell too soon after dropping images to Google Drive locally, the notebook may not find them because it can sometimes take a while for Google Drive app to sync them.
i have an issue when i specify the input path.
**_FAIL! Input should be a path to an image file or a directory of image files.
An exception has occurred, use %tb to see the full traceback.
SystemExit: Input not understood._**
I tried everything, from google drive, from local, just the image and nothing works. How i can fix it?
The text was updated successfully, but these errors were encountered: