jacobgil / pyfishervector

Python implementation for Image Classification based on GMM dictionaries and fisher vectors.
137 stars 56 forks source link

Questions about Fisher vector #4

Open Elijah-Yi opened 6 years ago

Elijah-Yi commented 6 years ago

When I get the vector, I find some values is ‘Nan’ . What's going on?

luntai commented 6 years ago

What is 'pdf' in line 38 'gaussians[index] = np.array([g_k.pdf(x) for g_k in g])' ????? I can't find the function @hendrycks @hugos94 @ @jacobsagivtech