LVNet / config /run.sh
jongwoopark7978
chore: add project files
54216bc
raw
history blame contribute delete
203 Bytes
devnum=${1:-0}
CUDA_VISIBLE_DEVICES=$devnum python3 temporalSceneClustering.py
CUDA_VISIBLE_DEVICES=$devnum python3 coarseKeyframeDetector.py
CUDA_VISIBLE_DEVICES=$devnum python3 fineKeyframeDetector.py