akshitac8 / tfvaegan

[ECCV 2020] Official Pytorch implementation for "Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification". SOTA results for ZSL and GZSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'util'

CristianoPatricio opened this issue · comments

Hello,

I detected an import issue on line 7 in classifiers/classifier_images.py.

I think it should be

import datasets.image_util as util

instead of

import util

@CristianoPatricio Thank you for letting me know