From 5c7495384a7659f10c6a15176b7a7d80d8225dcf Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Tue, 1 Jun 2021 00:00:50 -0400 Subject: [PATCH] Update link to Habitat pre-trained models and kernel metadata --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8166d86..69962a8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ analyzer/habitat/data/LICENSE analyzer/habitat/data/NOTICE +analyzer/habitat/data/README.md analyzer/habitat/data/kernels.sqlite analyzer/habitat/data/**/*.pth diff --git a/README.md b/README.md index 6041c47..93b2358 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ use the Docker image provided in this repository to make sure that you can compile the code. 1. Download the [Habitat pre-trained - models](https://drive.google.com/uc?export=download&id=1wcH2GKBnFsSLz9HgYZVUv17bz7HBYl7f). + models](https://doi.org/10.5281/zenodo.4876277). 2. Run `extract-models.sh` under `analyzer` to extract and install the pre-trained models. 3. Run `setup.sh` under `docker/` to build the Habitat container image.