edgeai-benchmark icon indicating copy to clipboard operation
edgeai-benchmark copied to clipboard

EdgeAI Deep Neural Network Models Benchmarking

Results 14 edgeai-benchmark issues
Sort by recently updated
recently updated
newest added

Hello, excuse me : i have some questions that is as follows: 1. in your preprocess code, https://github.com/TexasInstruments/edgeai-benchmark/blob/16e57a65e7aa2802a6ac286be297ecc5cad93344/scripts/benchmark_custom.py#L253. why the resize and crop is the same, in my thinking, if...

excuse me can you explain how i can product the .yaml file of my model in details? or i need to learn which scripts? thanks ![2022-12-01 17-30-45屏幕截图](https://user-images.githubusercontent.com/111262872/205017298-e55e7c0f-c121-4dc2-b486-6b5a04db75e6.png)

hello The link shown as below describes how to use commands "run_custom_pc.sh" and "run_package_artifacts_evm.sh" to compile the custom model and how to modify the benchmark_custom.py and settings_base.yaml https://github.com/TexasInstruments/edgeai-benchmark/blob/master/docs/custom_models.md I have...

Is this the correct repository to compile and deploy a custom trained YOLOv5 model from the YOLOv5 Ti repository (https://github.com/TexasInstruments/edgeai-yolov5)? I am having trouble figuring out where to start in...

I dowoload ./tutorials/tutorial_detection.ipynb and run ./tutorials/tutorial_detection.py ,then got the error:ModuleNotFoundError: No module named 'osrt_model_tools' all the information followed as this: Downloading 1/1: /mnt/data/edgeai-modelzoo/models/vision/detection/coco/mlperf/ssd_mobilenet_v1_coco_20180128.tflite Download done for /mnt/data/edgeai-modelzoo/models/vision/detection/coco/mlperf/ssd_mobilenet_v1_coco_20180128.tflite No module named...

Hello, In the example YAML files (https://github.com/TexasInstruments/edgeai-benchmark/tree/master/examples/configs/yaml), it says the value for the crop size parameter is "used to crop the resized input". This implies that the input image is...

Updated the module name to align with the current version.

Hello, I know that yolov7.prototxt is the same as yolov3 from your issue, but when i write the file, i meet some difficulties. when i export the yolov7.onnx, and i...

Hello , I want to compile the yolov5 you provided for running on AM62A7. The compilation process can be passed smoothly and the corresponding artifacts can be obtained. However, after...

--------------------------------------------------------------------------- AssertionError Traceback (most recent call last) Untitled-1.ipynb Cell 13 line 1 ----> 1 tools.run_accuracy(settings, work_dir, pipeline_configs) File ~/edgeai-benchmark/edgeai_benchmark/tools/run_accuracy.py:88, in run_accuracy(settings, work_dir, pipeline_configs, modify_pipelines_func) 86 # now actually run the...