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
My issue is related to Yoga dataset download code. When I run this code then I'm getting error as Traceback (most recent call last): File "C:/Users/william/Desktop/Yoga-82/download.py", line 20, in <module> link = splits[1] IndexError: list index out of range
Below is a part of code from where I'm getting this error
I have Yoga-82 datasets links and now I'm trying to download images by using your code.
The text was updated successfully, but these errors were encountered:
Hi, please check at which index of list lines the issue is happening. And let us know the same. Could be possible that a certain link has been removed from the text file provided by dataset owners.
My issue is related to Yoga dataset download code. When I run this code then I'm getting error as
Traceback (most recent call last):
File "C:/Users/william/Desktop/Yoga-82/download.py", line 20, in <module>
link = splits[1]
IndexError: list index out of range
Below is a part of code from where I'm getting this error
I have Yoga-82 datasets links and now I'm trying to download images by using your code.
The text was updated successfully, but these errors were encountered: