NuanBaobao commited on
Commit
bfc6b3b
·
verified ·
1 Parent(s): 2c4780f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -251,6 +251,8 @@ python run_mvar_evaluate.py \
251
 
252
 
253
  6.2. **Run evaluation:**
 
 
254
  ```bash
255
  python utils/evaluations/c2i/evaluator.py \
256
  --ref_batch VIRTUAL_imagenet256_labeled.npz \
 
251
 
252
 
253
  6.2. **Run evaluation:**
254
+
255
+ We use the [OpenAI's FID evaluation toolkit](https://github.com/openai/guided-diffusion/tree/main/evaluations) and reference ground truth npz file of [256x256](https://openaipublic.blob.core.windows.net/diffusion/jul-2021/ref_batches/imagenet/256/VIRTUAL_imagenet256_labeled.npz) to evaluate FID, IS, Precision, and Recall.
256
  ```bash
257
  python utils/evaluations/c2i/evaluator.py \
258
  --ref_batch VIRTUAL_imagenet256_labeled.npz \