-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02834aa
commit 70f81f6
Showing
4 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/bash | ||
#SBATCH --output=./logs/singapore.out | ||
#SBATCH --time=24:00:00 | ||
|
||
source ~/miniforge3/bin/activate | ||
|
||
# Define the path to your existing Conda environment (modify as appropriate) | ||
CONDA_ENV_PATH="~/moth_detector_env/" | ||
|
||
# Activate the environment | ||
conda activate "${CONDA_ENV_PATH}" | ||
|
||
# Print the Costa Rica deployments avaialble on the object store | ||
# python print_deployments.py --subset_countries 'Costa Rica' | ||
|
||
# Run the Inference script | ||
python s3_download_with_inference.py \ | ||
--country "Singapore" \ | ||
--deployment "All" \ | ||
--crops_interval 10 \ | ||
--keep_crops \ | ||
--data_storage_path ./data/singapore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters