Remove deprecated VisualRecognitionV3
usage from code
#32
Labels
breaking
Can or will cause breaking changes (Needs investigation)
dependencies
Pull requests that update a dependency file
Overview:
Latest versions of
ibm-watson
pip package has removed the deprecatedVisualRecognitionV3
feature.That causes
ImportError: cannot import name 'VisualRecognitionV3' from 'ibm_watson'
due to it being used in certain modules inside ISAC-SIMO.Suggested Fix:
Remove all deprecated ibm watson code and its functional feature from ISAC-SIMO. While only keeping the Offline Model feature.
The text was updated successfully, but these errors were encountered: