Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin1904 authored Mar 20, 2019
1 parent cf184ea commit 78b3c16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
This is a short tutorial for using the [CMU-MultimodalSDK](https://github.com/A2Zadeh/CMU-MultimodalSDK).

First of all you need to download the SDK from [here](https://github.com/A2Zadeh/CMU-MultimodalSDK).
After that you will need to set up some file paths in `./constants/paths.py`. The comments there should be self-explanatory.

If you have pretrained embeddings such as [GloVe](https://nlp.stanford.edu/projects/glove/), you can setup the path to them in `./constants/paths.py` for improved performance.
After that you will need to clone this repo and set up some file paths in `./constants/paths.py`. The comments there should be self-explanatory.

Note that in the `./data/` directory there is a `./CMU_MOSI_ModifiedTimestampedWords.csd`. This is an updated copy of transcripts compared to what the [SDK](https://github.com/A2Zadeh/CMU-MultimodalSDK) is currently offering and improves the performance by a observable margin. If you are changing the `DATA_PATH` in `./constants/paths.py`, please also copy this file to your specified location.
If you have downloaded pretrained embeddings such as [GloVe](https://nlp.stanford.edu/projects/glove/) on your hard drive, you can setup the path to them in `./constants/paths.py` for improved performance.

Note that in the `./data/` directory there is a `./CMU_MOSI_ModifiedTimestampedWords.csd`. This is an updated copy of transcripts compared to what the [SDK](https://github.com/A2Zadeh/CMU-MultimodalSDK) is currently offering by default and improves the performance by a observable margin. If you are changing the `DATA_PATH` in `./constants/paths.py`, please also copy this file to your specified location.

Then you are good to go, just open the `./tutorial_interactive.ipynb` notebook in jupyter notebook and walk through its content!

0 comments on commit 78b3c16

Please sign in to comment.