My understanding is that a single image, in form of output of inception-v3 encoder, can serve as input for inference input. I also noticed the pkl file of the pre-trained inception model you offered as a part of necessary files. I am newbie. I simply don't know how to utilize them. Is there some way to feed the image (or its latent code) into inference script?
Thank you!