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
Copy file name to clipboardExpand all lines: tools/accuracy_checker/openvino/tools/accuracy_checker/annotation_converters/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -618,6 +618,7 @@ The main difference between this converter and `super_resolution` in data organi
618
618
* `data_dir` - directory, where input images and annotation files in MATLAB format stored.
619
619
* `style_transfer` - converts images to `StyleTransferAnnotation`.
620
620
* `images_dir` - path to images directory.
621
+
* `annotation_file` - path to file with annotation in format: `[input_img1] [ref_img]` if you have single input model or `[input_img1] [input_img2] [ref_img]` if you have 2 inputs.
621
622
* `ade20k` - converts ADE20K dataset to `SegmentationAnnotation`.
622
623
* `images_dir` - path to directory with images (e.g. `ADEChallengeData2016/images/validation`).
623
624
* `annotations_dir` - path to directory with annotations (e.g. `ADEChallengeData2016/annotations/validation`).
0 commit comments