Skip to content

Commit

Permalink
Add PointNav weights (#24)
Browse files Browse the repository at this point in the history
Add the missing PointNav weights.
  • Loading branch information
jiuguangw authored Mar 14, 2024
1 parent 7e96db9 commit c47ec5c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ concurrency:

jobs:
vlfm_main_build:
runs-on:
group: bdai-gh-large-runners
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ repos:
# The inverse operation is more cumbersome: https://stackoverflow.com/a/54840284
exclude: |
(?x)^(
docs/teaser_v1\.jpg
docs/teaser_v1\.jpg|
data/pointnav_weights\.pth|
data/spot_pointnav_weights\.pth
)$
- id: check-toml
- id: end-of-file-fixer
Expand Down Expand Up @@ -79,5 +81,7 @@ repos:
- id: forbid-binary
exclude: |
(?x)^(
docs/teaser_v1\.jpg
docs/teaser_v1\.jpg|
data/pointnav_weights\.pth|
data/spot_pointnav_weights\.pth
)$
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The weights for MobileSAM, GroundingDINO, and PointNav must be saved to the `dat
- `mobile_sam.pt`: https://github.com/ChaoningZhang/MobileSAM
- `groundingdino_swint_ogc.pth`: https://github.com/IDEA-Research/GroundingDINO
- `yolov7-e6e.pt`: https://github.com/WongKinYiu/yolov7
- `pointnav_weights.pth`:
- `pointnav_weights.pth`: included inside the [data](data) subdirectory

## :arrow_forward: Evaluation within Habitat
Run the following to evaluate on the HM3D dataset:
Expand Down
Binary file added data/pointnav_weights.pth
Binary file not shown.
Binary file added data/spot_pointnav_weights.pth
Binary file not shown.

0 comments on commit c47ec5c

Please sign in to comment.