Updated README

Pointing users to the eccv2020 branch in case that is what is desired.
This commit is contained in:
Boris Ivanovic 2021-08-28 19:12:52 -07:00 committed by GitHub
parent 03712b70a4
commit 37040ca6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ git submodule init # Initializing our local configuration file
git submodule update # Fetching all of the data from the submodules at the specified commits
```
**NOTE:** If you would like to use the code as it was for ECCV 2020, please check out the `eccv2020` branch. The `master` branch will differ as new updates are made to the codebase (including potential non-interoperabilities between the two versions).
### Environment Setup ###
First, we'll create a conda environment to hold the dependencies.
```