Chain-of-Zoom / scripts /inference /inference_nearest.sh
alexnasa's picture
Upload 54 files
0301e15 verified
raw
history blame contribute delete
261 Bytes
#----------------- Nearest Neighbor -----------------#
# REQUIRED ENVIRONMENT: coz
INPUT_FOLDER="samples"
OUTPUT_FOLDER="inference_results/nearest"
CUDA_VISIBLE_DEVICES=0, python inference_coz.py \
-i $INPUT_FOLDER \
-o $OUTPUT_FOLDER \
--rec_type nearest \