How to edit root permissions to populate latency and throughput metrics in Intel® ESDQ.
The latency and throughput metrics are returning null in the Intel® ESDQ HTML report page due to yolo-v3-tf.xml not being downloaded.
Add the following root permission to line 58 of the Yolov3Tests.sh file:
-u 0
Line 58 should be the following after adding root permissions:
docker run -it -d -u 0 --name $containerName -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -v ~/Downloads:/mnt --device /dev/dri:/dev/dri --group-add=$(stat -c "%g" /dev/dri/render*) --rm $docker_pull_models /bin/bash