Diffusers
Safetensors
File size: 338 Bytes
4b7b610
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
set -e
set -x

export CUDA_VISIBLE_DEVICES=5
python evaluate.py \
    --base_data_dir path/to/basedata \
    --dataset_config config/dataset/data_scannet_val.yaml \
    --alignment least_square_sqrt_disp \
    --output_dir output/scannet/final \
    --checkpoint ckpt/eval \
    --processing_res 0 \
    --seed 1234 \