Publishing 2019 R3 content
[platform/upstream/dldt.git] / inference-engine / tools / accuracy_checker_tool / convert_annotation.py
index 5313d71..7e024e1 100644 (file)
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 """
 
-from openvino.tools.accuracy_checker.accuracy_checker.annotation_converters.convert import main
+from accuracy_checker.annotation_converters.convert import main
 
 if __name__ == '__main__':
     main()