Skip to content

Nota-NetsPresso/NetsPresso-Model-Searcher-Runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetsPresso-Model-Searcher-Runtime

This repository involves the source codes for inferring models in the form of the TensorRT(.trt) and Tensorflow Lite(.tflie) and Openvino. The visualization for the inference results is also supported.

How to run

  • mode: "save" for saving inference result image and "show" for showing inference image.
  • conf_thres: Confidence threshold, default=0.25.
  • iou_thres: IoU threshold, default=0.60.
  • classes: Yaml file path of classes information.
$ python3 runtime.py --model ${model_file_path} --image_folder ${img_folder} --classes ${yaml_file_path} --mode save

Please refer to getting_started.md

Result

voc_0 (1) voc_1 (1) coco2 (1)

About

NetsPresso ModelSearch runtime for trt, tflite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages