Skip to content

Commit

Permalink
Adds website to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mwray committed Jun 4, 2021
1 parent 7f8a4f9 commit 1746a9c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ This repo contains code to evaluate for the semantic similarity video retrieval
* An optional script to create synset information using WordNet features.
* A script to create the ground truth relevancy matrix from the four proxy measures listed in the paper: Bag of Words, Part of Speech, Synset, METEOR.

More information about Semantic Similarity for Video Retrieval can be found on the [webpage](https://mwray.github.io/SSVR).

## Setup

Python 3.8 was used with the following libraries:
* Numpy
* Pandas
* Spacy
* tqdm
* nltk
* argparse
* ast
* nltk
* numpy
* pandas
* pathlib
* spacy
* tqdm
* json (optional for the scripts but useful if reading in json files)

## Quick Start Guide
Expand Down

0 comments on commit 1746a9c

Please sign in to comment.