Skip to content

natix-io/vsdkx-model-yolo-tflite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov5 Tflite

This repository provides support for inference with tflite weights for yolov5.

Important: This is an experimental repository and it is not attached or included to any of our production ready repositories.

Model Settings

'conf_thresh': 0.5, # Float class confidence threshold
'iou_thresh': 0.4, # Float Intersection of Union threshold

Model Config

'model_path': 'weight.tflite'
'input_shape':
  - 640
  - 640
'filter_class_ids':
    - 0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages