Kapil Balagopal
Kapil Balagopal
> I have the same exact issue with loading any of the COVID-Net CXR models. I'm facing the same problem...
> I have managed to load the model as a graph using the code provided in inference.py (import_meta_graph function). Oh, can you just send the code of inference.py. I'm actually...
> The only thing I really changed was the way I pass the arguments, I created a dictionary containing the info about the model (default info that can be seen...
Solved that issue, but I don't know why but I'm getting this now: AttributeError: module 'data' has no attribute 'process_image_file' Why am I getting this now?? Also, how do I...
> Well, the inference script uses the process_image_file function to preprocess the images (I think there's some resizing and random augmentation going on). You need to import the function correctly...