GithubHelp home page GithubHelp logo

zeroshot_learning's Introduction

Zero-shot Learning

This repository hosts a pytorch project that performs Zero-shot Animal Classification on the "Animals with Attributes" dataset. For details and references, refer to the PDF report found at the top directory level of the repository.

Environmental Setup

This project requires Python 3.6.7. To install the python dependencies, run the following command (we recommend using a virtual environment that supports Python 3.6.7):

pip install -r requirements.txt

Dataset Download

The dataset annotations can be found in the annotations directory. To download the dataset, run the setup script from the top directory level of the repository as follows:

chmod +x setup.sh
./setup.sh

This script will also create all the directories that are needed to train and test your models.

Model Training

It is recommended that you train your models on a machine with access to GPU resources. To train your models, run the following python script:

python main.py

To inspect the parameters you can configure for training, execute python main.py --help. The debug flag should only be set when you want to debug your pipeline.

For more details on model training, refer to the project report.

Model Evaluation

It is recommended that you evaluate your models on a machine with access to GPU resources. To evaluate your models, run the following python script:

python main.py --model {0}

{0} should be replaced by the name of the file in the models directory that stores the weights of the pytorch model you want to evaluate. Models are automatically saved during training.

For more details on model evaluation, refer to the project report.

Note from the Author

Feedback and comments are highly appreciated. Feel free to open an issue on the repository page to express your thoughts and suggest changes.

zeroshot_learning's People

Contributors

i-c-karakozis avatar

Stargazers

XiyaLiu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.