Skip to content

Commit

Permalink
add notebook for evaluating megadetector against real data
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Nov 11, 2022
1 parent 69a245b commit e83e328
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ dmypy.json
models/*/*
!models/*/code

# ignore tmp
tmp/

# container log files
log.txt
.DS_Store
Expand Down
3 changes: 1 addition & 2 deletions api/megadetectorv5/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Setup Instructions

## Download weights and torchscript model

From root directory, run:
```
cd animl-ml/api/megadetectorv5
aws s3 sync s3://animl-model-zoo/megadetectorv5/ models/megadetectorv5/
```

Expand Down
Loading

0 comments on commit e83e328

Please sign in to comment.