Open dcwisahn opened 5 years ago
When evaluating the ESRGAN and SRGAN I can see that the class FeatureExtractor() is not defined anywhere. I can see latest commit is 13 days ago, so I assume you are currently working on implementing these models?
from radiomics import featureextractor try this command before using featureextractor, this will work.
class FeatureExtractor() is defined in models which can provide a Perceptual loss by vgg19_54
When evaluating the ESRGAN and SRGAN I can see that the class FeatureExtractor() is not defined anywhere. I can see latest commit is 13 days ago, so I assume you are currently working on implementing these models?