This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
openvino/workbench 2022.1 Accuracy configuration failed with Custom Dataset in ImageNet format #137
Labels
WIP
PR is a Work In Progress and won't be reviewed until finished
Hi everyone, (sorry for not posting this issue in the Intel Community Forums, I can't log to the side due to a platform error) I'm working with a classification task for 3 classes based in MobileNetv2 which I saved as a Saved Model, I'd like to measure the performance drop of the quantization with the OpenVINO Workbench.
The conversion and inference of the model in the OV Workbench is fine, however I've uploaded a custom dataset in ImageNet format as explained here Dataset Types/ImageNet, basically my last test to confirm that it's possible an OV error was with three images and a single
val.txt
file as shown below:Where
val.txt
contains:When I'm trying to create the Accuracy Report, the following error message appear
Via
Model / Visualize Model Output
I can confirm that an image of the dataset is correctly classifiedI have some hundreds of images in my testing dataset, which I wouldn't like to label by hand in the Workbench, so What can I do?
My testing specs:
docker run -p 0.0.0.0:5665:5665 --name workbench --device /dev/dri --group-add $(stat -c '%g' /dev/dri/render* | head -1) -it openvino/workbench:2022.1
Best Regards,
The text was updated successfully, but these errors were encountered: