Resources

Domain Adaptation Datasets

I have uploaded domain adaptation datasets for office-31,office-home,office-caltech,digits,image-clef and domain-net on mega.nz.
Please follow following steps to get the data-

  1. Download the desired dataset in the linux machine.

  2. If the file is gzip compressed then use command tar -xvf <file_name>.tar.md.gz to get the uncompressed data.

  3. Use command tar -xvf <file_name>.tar.md to get <file_name>.tar and checksum file <file_name>.md5sum

  4. (Optional) Check the checksum using command md5sum -c <file_name>.md5sum.

  5. Use command tar -xvf <file_name>.tar to get original folders.