How to Download the VHR Dataset #1944
-
I'm attempting to practice Object Detection using only the Positive image set from the VHR-10 dataset.
However, when I try to download the VHR10 dataset with the code below, I encounter an error message stating
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@ashnair1 can you confirm that the download still works properly? @osgeokr can you add P.S. You can also install all optional dataset dependencies using |
Beta Was this translation helpful? Give feedback.
-
It's working on my end. @osgeokr Can you post the full stack trace? |
Beta Was this translation helpful? Give feedback.
-
@adamjstewart @ashnair1 During the attempt of Afterwards, when I executed the following code, I encountered a ModuleNotFoundError:
I successfully downloaded the NWPU VHR-10 dataset.rar after installing the gdown package. However, during the decompression process, I encountered the After installing the aspose-zip package additionally, I successfully decompressed the file using the following code:
Up to this point, these are the observations made in the local environment. I'm curious if there's a learning example of downloading the VHR10 dataset in a Colab environment. Thank you. :) |
Beta Was this translation helpful? Give feedback.
Surprised zipfile-deflate64 doesn't have newer wheels yet, I commented on brianhelba/zipfile-deflate64#41
The missing gdown is the result of pytorch/vision#8237, which replaced requests with gdown but didn't add an explicit dependency on gdown. I wonder if we can convince them to add this as a required dependency...
It sounds like the root of the issue is that you don't have unrar installed. This is related to markokr/rarfile#72. Basically, rarfile requires unrar, but doesn't install it automatically because it isn't a Python library and the license prevents them from bundling it. So you'll have to install unrar yourself using a package manager like choco or pacman or a binary download like