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
The OND protocol in ond.py is currently hardcoded to instantiate GaeNdRdAdapter (and can be modified to instantiate RandomNoveltyDetectorAdapter instead). The detector type should instead be obtained from the config and SMQTK should be used to instantiate the correct detector/adapter.
The text was updated successfully, but these errors were encountered:
The OND protocol in
ond.py
is currently hardcoded to instantiateGaeNdRdAdapter
(and can be modified to instantiateRandomNoveltyDetectorAdapter
instead). The detector type should instead be obtained from the config and SMQTK should be used to instantiate the correct detector/adapter.The text was updated successfully, but these errors were encountered: