Skip to content

Commit 1746a9c

Browse files
committed
Adds website to README
1 parent 7f8a4f9 commit 1746a9c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ This repo contains code to evaluate for the semantic similarity video retrieval
55
* An optional script to create synset information using WordNet features.
66
* 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.
77

8+
More information about Semantic Similarity for Video Retrieval can be found on the [webpage](https://mwray.github.io/SSVR).
9+
810
## Setup
911

1012
Python 3.8 was used with the following libraries:
11-
* Numpy
12-
* Pandas
13-
* Spacy
14-
* tqdm
15-
* nltk
1613
* argparse
14+
* ast
15+
* nltk
16+
* numpy
17+
* pandas
18+
* pathlib
19+
* spacy
20+
* tqdm
1721
* json (optional for the scripts but useful if reading in json files)
1822

1923
## Quick Start Guide

0 commit comments

Comments
 (0)