FoundHand / sbatch /sbatch_demo.sh
Chaerin5's picture
allow manual keypoints at edit hands; put fixed hand to original image
6a1d13f
raw
history blame contribute delete
674 Bytes
#!/bin/bash
# job name
#SBATCH -J demo_foundhand
# partition
#SBATCH --partition=ssrinath-gcondo --gres=gpu:1 --gres-flags=enforce-binding
#SBATCH --account=ssrinath-gcondo
# ensures all allocated cores are on the same node
#SBATCH -N 1
# cpu cores
#SBATCH --ntasks-per-node=4
# memory per node
#SBATCH --mem=32G
# runtime
#SBATCH -t 240:00:00
# output
#SBATCH -o out/demo.out
# error
#SBATCH -e err/demo.err
# email notifiaction
# SBATCH --mail-type=ALL
module load miniconda3/23.11.0s
source /oscar/runtime/software/external/miniconda3/23.11.0/etc/profile.d/conda.sh
conda activate handdiff
cd $HOME/hdd/FoundHand_demo
echo Directory is `pwd`
python -u app.py