Jump to content

GstInference/Benchmarks: Difference between revisions

No edit summary
Line 90: Line 90:
           ['Model',                      //Column 0
           ['Model',                      //Column 0
           'ONNXRT \n x86',
           'ONNXRT \n x86',
          'ONNXRT OpenVINO \n x86',
           'TensorFlow \n x86',
           'TensorFlow \n x86',
           'TensorFlow Lite \n x86'],       //Column 1
           'TensorFlow Lite \n x86'],
           ['InceptionV1', 47.9, 55.3182, 18.8422], //row 1
           ['InceptionV1', 47.9, 81.966, 55.3182, 18.8422], //row 1
           ['InceptionV2', 32.7, 39.6438, 13.5714], //row 2
           ['InceptionV2', 32.7, 63.352, 39.6438, 13.5714], //row 2
           ['InceptionV3', 12.1, 16.2488, 4.9924], //row 3
           ['InceptionV3', 12.1, 23.287, 16.2488, 4.9924], //row 3
           ['InceptionV4', 5.26, 7.793, 2.583], //row 4
           ['InceptionV4', 5.26, 10.927, 7.793, 2.583], //row 4
           ['TinyYoloV2', 16, 18.1846, 7.2708], //row 5
           ['TinyYoloV2', 33.559, 16, 18.1846, 7.2708], //row 5
           ['TinyYoloV3', 18.4, 21.7334, 7.3042]  //row 6
           ['TinyYoloV3', 35.092, 18.4, 21.7334, 7.3042]  //row 6
         ]);
         ]);
         var x86_materialOptions_fps = {
         var x86_materialOptions_fps = {
Line 123: Line 124:
         }
         }
         function init_charts(){
         function init_charts(){
           view_x86_fps.setColumns([0,1, 2, 3]);
           view_x86_fps.setColumns([0,1, 2, 3, 4]);
           materialChart_x86_fps.draw(view_x86_fps, x86_materialOptions_fps);
           materialChart_x86_fps.draw(view_x86_fps, x86_materialOptions_fps);
         }
         }
579

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.