Part Number: TDA4VM
Hello TI Forum
I am using yolov8 to perform object detection on TDA4VM, I am using edgeai tidl tools to obtain artifacts that can be ported using edgeai gst apps. But when I try to compile the model there are some issues:
Model dictionary:
{'yolov8' : {'artifacts_folder': '/home/mugu/edgeai-tidl-tools/model/',
'model_folder': '/home/mugu/edgeai-tidl-tools/model/',
'model_path': model_file_name,
'session_name': config['session_name']} ,
'task_type' : model_type,
'target_device': 'pc',
'postprocess':{'data_layout' : layout },
'preprocess' :{'data_layout' : layout ,
'mean':config['mean'],
'scale':config['scale'],
'resize':640,
'crop':640
}
Contents in artifacts folder:
Issue:


