Cannot load symbol: /usr/lib/aarch64-linux-gnu/hailo/tappas/post_processes/cropping_algorithms/libdetection_croppers.so: undefined symbol: create_crops
how do i find the fuction name that is should call in the pipeline
Cannot load symbol: /usr/lib/aarch64-linux-gnu/hailo/tappas/post_processes/cropping_algorithms/libdetection_croppers.so: undefined symbol: create_crops
how do i find the fuction name that is should call in the pipeline
Hey @sivabalamurugan_m,
This is a tappas-core function, so you’ll typically find it in the get_pipeline_string function. It should come pre-installed with tappas-core - if it’s not there, then something might not have been installed correctly.
You can check out the original repo in here : GitHub - hailo-ai/tappas: High-performance, optimized pre-trained template AI application pipelines for systems using Hailo devices
hey @omria
can you help on a use case like how do i crop all the objects in a frame and give it to a model to predict and finally add the meta data on top of every object like how do i do the pipeline