Summary
Workaround to edit the code in the OpenVINO™ file.
Description
- Ran POT command: pot -c SR-fsrcnn.json
- Output: AttributeError: 'DatasetConversionInfo' object has no attribute 'identifier'
Resolution
- Change the line of code in this location:
openvino_2021.3.394\deployment_tools\tools\post_training_optimization_toolkit\libs\open_model_zoo\tools\accuracy_checker\accuracy_checker\annotation_converters\_init_.py
- Adjust this line of code:
from .convert import make_subset, save_annotation, analyze_dataset, DatasetConversionInfo
to this line:
from accuracy_checker.annotation_converters.convert import make_subset, save_annotation, analyze_dataset, DatasetConversionInfo