Spaces:
Running
on
Zero
Running
on
Zero
File size: 261 Bytes
0301e15 |
1 2 3 4 5 6 7 8 9 10 11 12 |
#----------------- 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 \
|