You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Modelzoo toolkit provides a guide for model optimization (https://github.com/hailo-ai/hailo_model_zoo/blob/master/docs/OPTIMIZATION.rst. This includes the evaluation of the accuracy of the full precision and optimized models. However, I was unable to find any information on how to do this for a model trained on a custom dataset (e.g in the YOLO structured format). From an analysis of the codebase, this requires a tfrecord.
Is there any utility to convert a custom dataset to the tfrecord format or can a custom dataset from different formats such as coco/yolo... be directly providded for evaluation?
The text was updated successfully, but these errors were encountered:
The Modelzoo toolkit provides a guide for model optimization (https://github.com/hailo-ai/hailo_model_zoo/blob/master/docs/OPTIMIZATION.rst. This includes the evaluation of the accuracy of the full precision and optimized models. However, I was unable to find any information on how to do this for a model trained on a custom dataset (e.g in the YOLO structured format). From an analysis of the codebase, this requires a tfrecord.
Is there any utility to convert a custom dataset to the tfrecord format or can a custom dataset from different formats such as coco/yolo... be directly providded for evaluation?
The text was updated successfully, but these errors were encountered: