1 - Download Office-Home dataset from here https://drive.google.com/file/d/0B81rNlvomiwed0V1YUxQdC1uOTg/view
2 - Place the dataset in a folder named "data" in the ROS_AMLProject main folder making sure that the images are organized in this way:
OfficeHome/Art/Soda/00008.jpg 55
OfficeHome/Art/Soda/00012.jpg 55
OfficeHome/Art/Soda/00006.jpg 55
OfficeHome/Art/Soda/00028.jpg 55
...
To run the code you have to install all the required libraries listed in the "requirements.txt" file.
For example, if you read
torch==1.4.0
you have to execute the command:
pip install torch==1.4.0