GstInference/Benchmarks: Difference between revisions

Line 167: Line 167:
           'ONNXRT \n x86',
           'ONNXRT \n x86',
           'TensorFlow \n x86',
           'TensorFlow \n x86',
          'ONNXRT OpenVINO \n x86',
           'TensorFlow Lite \n x86'],        //Column 1
           'TensorFlow Lite \n x86'],        //Column 1
           ['InceptionV1', 94.6, 74.2, 47.6], //row 1
           ['InceptionV1', 94.6, 49, 74.2, 47.6], //row 1
           ['InceptionV2', 100, 74.2, 43.6], //row 2
           ['InceptionV2', 100, 52, 74.2, 43.6], //row 2
           ['InceptionV3', 95.2, 81, 60.2], //row 3
           ['InceptionV3', 95.2, 49, 81, 60.2], //row 3
           ['InceptionV4', 88.8, 86, 50], //row 4
           ['InceptionV4', 88.8, 49, 86, 50], //row 4
           ['TinyYoloV2',  94, 80.6, 46], //row 5
           ['TinyYoloV2',  94, 50, 80.6, 46], //row 5
           ['TinyYoloV3',  91.4, 74.6, 42.4]  //row 6
           ['TinyYoloV3',  91.4, 46, 74.6, 42.4]  //row 6
         ]);
         ]);
         var x86_materialOptions_cpu = {
         var x86_materialOptions_cpu = {
Line 199: Line 200:
         }
         }
         function init_charts(){
         function init_charts(){
           view_x86_cpu.setColumns([0,1, 2, 3]);
           view_x86_cpu.setColumns([0,1, 2, 3, 4]);
           materialChart_x86_cpu.draw(view_x86_cpu, x86_materialOptions_cpu);
           materialChart_x86_cpu.draw(view_x86_cpu, x86_materialOptions_cpu);
         }
         }
579

edits