Closed luyvlei closed 3 years ago
As I understand, MADA need to generate a image-level featurte vector with the mean vector of all classes in a image. But if a category is missing in a picture(in fact it is a common phenomenon), how to generate the vector?
In my opinion, you can fill with zeros for absent classes in an image.
It should be the case. Then the k-means will cluster the images with the same category(or missing the same category) into a cluster.
As I understand, MADA need to generate a image-level featurte vector with the mean vector of all classes in a image. But if a category is missing in a picture(in fact it is a common phenomenon), how to generate the vector?