├── README.md ├── notebooks └── YouCook2_example.ipynb └── src └── scripts ├── create_relevancy_matrix.py ├── create_synsets.py └── parse_dataframe.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwray/Semantic-Video-Retrieval/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/YouCook2_example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwray/Semantic-Video-Retrieval/HEAD/notebooks/YouCook2_example.ipynb -------------------------------------------------------------------------------- /src/scripts/create_relevancy_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwray/Semantic-Video-Retrieval/HEAD/src/scripts/create_relevancy_matrix.py -------------------------------------------------------------------------------- /src/scripts/create_synsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwray/Semantic-Video-Retrieval/HEAD/src/scripts/create_synsets.py -------------------------------------------------------------------------------- /src/scripts/parse_dataframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mwray/Semantic-Video-Retrieval/HEAD/src/scripts/parse_dataframe.py --------------------------------------------------------------------------------