You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone been able to run the pretrained UnSniffer to make inferences with test data? I have tried to import numerous objects and functions from the inference folder, but each time, I getting this partially initialized module error:
ImportError: cannot import name 'GeneralizedRcnnPlainPredictor' from partially initialized module 'UnSniffer.detection.inference.rcnn_predictor' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
UPDATE: I have been able to get build_predictor(cfg) to import properly, but I am still having issues getting inference to run on an example img.png file.
Has anyone been able to run the pretrained UnSniffer to make inferences with test data? I have tried to import numerous objects and functions from the inference folder, but each time, I getting this partially initialized module error:
ImportError: cannot import name 'GeneralizedRcnnPlainPredictor' from partially initialized module 'UnSniffer.detection.inference.rcnn_predictor' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered: