Skip to content

Commit

Permalink
populate README
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrionaGoldmann committed Aug 1, 2024
1 parent 734ee83 commit 15a256b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# object-store-scripts

Directory to download images from Jasmin object store and perform inference to:
- detect objects
- classify objects as moth or non-moth
- identify the order
- determine the moth species

## Installation

To install the required packages, run the following command:

```bash
pip install -r requirements.txt
```

## Usage

To run the script, use the following command:

```bash
python s3_download_with_inference.py \
--country "Costa Rica" \
--deployment "Forest Edge - EC4AB109" \
--keep_crops
```

Or to run on baskerville:

```bash
sbatch cr_analysis.sh
```


To download interactively, and without inference and subsequent image deletion:

```bash
python s3_download_async.py
```

0 comments on commit 15a256b

Please sign in to comment.