Commit 392828e8 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add new benchmark

parent 8e70591b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ if __name__ == '__main__':
        [
            (model, OCRDetectBenchmark(model))
            for model in _list_det_models()
            if 'server' not in model
        ],
        title='Benchmark for OCR Detections',
        run_times=10,