Skip to content

Commit

Permalink
Sep2023 day4 job
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Nov 17, 2023
1 parent a645a3b commit e085c39
Showing 1 changed file with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#SBATCH -e slurm_array.%N.%A-%a.err
#SBATCH --mail-type=ALL
#SBATCH [email protected]
#SBATCH --array=0-2%5
#SBATCH --array=0-9%5

#-------
# NOTE!!
Expand All @@ -29,9 +29,16 @@ module load SLEAP
# # TODO: have list here? change to directory?
# INPUT_DATA_LIST=($(<input.list))
INPUT_DATA_LIST=(
"/ceph/zoo/raw/CrabField/ramalhete_2023/06.09.2023-Day3/06.09.2023-02-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/06.09.2023-Day3/06.09.2023-02-Right.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/06.09.2023-Day3/06.09.2023-03-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-01-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-01-Right.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-02-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-02-Right.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-03-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-03-Right.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-04-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-04-Right.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-05-Left.MOV"
"/ceph/zoo/raw/CrabField/ramalhete_2023/07.09.2023-Day4/07.09.2023-05-Right.MOV"
)

# ----------------------
Expand All @@ -40,7 +47,7 @@ INPUT_DATA_LIST=(
# location of extracted frames
# TODO: derive subdir name from parent dir
OUTPUT_DIR=/ceph/zoo/users/sminano/crabs_bboxes_labels
OUTPUT_SUBDIR="Sep2023_day3_reencoded"
OUTPUT_SUBDIR="Sep2023_day4_reencoded"

# location of SLURM logs
LOG_DIR=$OUTPUT_DIR/$OUTPUT_SUBDIR/logs
Expand Down

0 comments on commit e085c39

Please sign in to comment.