Skip to content

Commit

Permalink
update README.md about Gooey
Browse files Browse the repository at this point in the history
  • Loading branch information
tobidelbruck committed May 16, 2022
1 parent 2d48b13 commit 28a4e37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ cd v2e
python -m pip install -e . # use pip to install requirements from requirements.txt in user mode (so your edits to source files in v2e take effect immeediately
```

+ For additional Windows GUI interface, you will need to install [Gooey](https://github.com/chriskiehl/Gooey) package. This package works the best on Windows:
+ If you want an additional Windows GUI interface, you will need to install [Gooey](https://github.com/chriskiehl/Gooey) package. This package works the best on Windows:
```bash
pip install Gooey
```
On Linux, `Gooey` can be hard to install.

For a sample of conversion using the gooey GUI, see https://youtu.be/THJqRC_q2kY


### Download SuperSloMo model

We use the excellent [Super SloMo](https://people.cs.umass.edu/~hzjiang/projects/superslomo/) framework to interpolate the APS frames.
Expand Down

0 comments on commit 28a4e37

Please sign in to comment.