AdivarekarBhumit / ID-Card-Segmentation

Segmentation of ID Cards using Semantic Segmentation
MIT License
101 stars 41 forks source link

Hello, could you share your dataset? This download link is unuseful #1

Open ziqiangchen opened 5 years ago

ziqiangchen commented 5 years ago

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.....

AdivarekarBhumit commented 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

ashnaeldho commented 5 years ago

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.

AdivarekarBhumit commented 5 years ago

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...

  1. Download the dataset in colab.
  2. Link your google drive with colab.
  3. Copy the dataset to your google drive.
  4. Download the data from google drive.
ashnaeldho commented 5 years ago

How can i copy the dataset to drive. Can you share the command.

ashnaeldho commented 5 years ago

Or else, Is there any other way to get the dataset in my local machine?

AdivarekarBhumit commented 5 years ago

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"

getcontrol commented 4 years ago

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!

Lanme commented 4 years ago

This url has a googledrive link of midv https://zhuanlan.zhihu.com/p/56336225

fcakyon commented 4 years ago

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

phungo-hub commented 3 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

Hi, I am unable to download the dataset. Could you share it on drive with me?

fcakyon commented 3 years ago

@phungo-hub you can use https://github.com/fcakyon/midv500 for easy midv500 download/unzip/coco format conversion!