-
When trying to calculate the Frechet distance between two linestrings (each around 1500 segments), I get a segmentation fault on windows 10.
I can avoid this, by specifying the stack reserve size i…
-
Thank you for providing a well-established code for calculating tanimoto similarities.
I'd like to suggest you to improving the usability of scrpt 'tanimoto_smililarities.py by adding the parameteres…
-
Thank you for putting effort in this!
I noticed the comment in this repo that the FAD score is different from the tf implementation.
Unfortunately I didn't get the running stats part working on…
-
Thanks for providing the codes. I'd like to know how to calculate the fid between the colorization and ground truth.
In your paper, you state that generate 5000 colorizations and there is no overlap …
-
Hello, I'm trying to train MAT model at Places365 dataset.
I have similar error at #48.
My Error message is below image
![Screenshot from 2023-01-05 14-07-15](https://user-images.githubusercontent…
-
## 論文タイトル(原文まま)
STABLE CONSISTENCY TUNING: UNDERSTANDING AND IMPROVING CONSISTENCY MODELS
## 一言でいうと
生成モデルである「コンシステンシーモデル」に対する安定的な調整手法(Stable Consistency Tuning, SCT)を提案し、生成性能や収束速度の向上を目指した研究。
#…
-
### 🐛 Describe the bug
Just use FrechetInceptionDistance on any images.
```python
import torch
from torcheval.metrics import FrechetInceptionDistance
imgs_1 = ...
imgs_2 = ...
fid = Frechet…
-
I'm currently trying to use `geomstats` to compute the Fréchet mean and Tangent PCA on a manifold that I only know numerically. As a starting point I am trying to implement this for the 2-Sphere case …
-
I found some automatic evaluation metrics mentioned in the paper, where can I find these scripts so that I can reproduce the result and compare with others method.
![image](https://user-images.gith…
-
1. Should I use cin256-v2.yaml for LDM-4?
2. The paper only mentioned scale=1.5 and step=250 but didn't mention the eta for this result. I tried using eta=0 (IS=115, FID=5.04) and eta=1 (IS=157, FID=…