Skip to content

macbition1/ROS_AMLProject

 
 

Repository files navigation

Advanced Machine Learning Project - ROS

Dataset

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

Environment

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%