Open ziqiangchen opened 5 years ago
Its working for me, I trained the model on google colab and ran the script there itself, even i dont have the dataset on local machine
ftp://smartengines.com/midv-500/dataset/ please check this link If the problem stills exists, I will need to download all the dataset and share it with you on drive
I am also able to download the dataset in colab. But, i want it in my local machine. How can i download it? Can someone help me.
I am also able to download the dataset in colab. But, i want it in my local machine. How can i download it? Can someone help me.
It will be a quite long process...
How can i copy the dataset to drive. Can you share the command.
Or else, Is there any other way to get the dataset in my local machine?
How can i copy the dataset to drive. Can you share the command.
First mount the content of drive to colab
from google.colab import drive
drive.mount('/content/drive')
after running this code you will get a link, click on that link and sign in with your gmail account. Now you get a authorization code, copy the code and place it in the input field of colab.
After this you can see the folder 'drive' in your file tab
then run the following command on each folder or you can write a script to do this.
!cp "folder_name" "drive/My Drive/path/to/save"
Hi, would you be able to update download_dataset.py to include the new ftp://smartengines.com/midv-500/extra/midv-2019/ dataset, including the unzipping > .npy automation.
I've tried by find/replace ftp://smartengines.com/midv-500/dataset/ ftp://smartengines.com/midv-500/extra/midv-2019/dataset/ but it keeps failing after 1st .zip is downloaded and unzipped.
Thanks!
This url has a googledrive link of midv https://zhuanlan.zhihu.com/p/56336225
You can try this repo for automatic midv500 dataset download/unzip/coco format conversion operations on Linux and Windows: https://github.com/fcakyon/midv500.
Or directly install in by pip install midv500
Its working for me, I trained the model on google colab and ran the script there itself, even i dont have the dataset on local machine
ftp://smartengines.com/midv-500/dataset/ please check this link If the problem stills exists, I will need to download all the dataset and share it with you on drive
Hi, I am unable to download the dataset. Could you share it on drive with me?
@phungo-hub you can use https://github.com/fcakyon/midv500 for easy midv500 download/unzip/coco format conversion!
Hello, could you share your dataset ? I read this paper, the download link is unuseful, so your script can not download this dataset also. I need your help....thx a lot.....