Installing tflite_interpreter on Jetson Nano

I am trying to install tflite_interpreter on my jetson nano for an experiment however based on the documentation it requires python3.7. I installed python3.7 but now trying to install opencv-python using python3.7 -m pip throws a numpy incompatiblity error.

Could anyone guide me on how to perform inferences on a tflite model on a jetson nano?

Hi,

What kind of error do you encounter when installing the opencv-python?

Have you tried to build OpenCV from the source?
We have a script to build it automatically.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.