Problem with path=untar_data(URLs.PETS)

path=untar_data(URLs.PETS)
path.ls()

is giving me my saved folders path [WindowsPath(‘C:/Users/rajve/.fastai/data/oxford-iiit-pet/images’)]

instead of annotations and images
what to do?

That’s curious, what does path give you?
I tested it out locally, on fastai v1, and it worked for me. I can see both annotations and images.
Just to be thorough, are you using fastai v1 or v2?