I am running this code on Jetson Xavier NX. After successfully running radar-lab/ti_mmwave_rospkg on AWR 1642 radar, i have faced issue while running this application in the last step :
$ python mds_cnn_node.py
Traceback (most recent call last):
File "mds_cnn_node.py", line 6, in
import tensorflow as tf
ImportError: No module named tensorflow
Also keras is not installed in the board, so can you provide details of pre-requisites to be installed to run the application.
I am running this code on Jetson Xavier NX. After successfully running radar-lab/ti_mmwave_rospkg on AWR 1642 radar, i have faced issue while running this application in the last step : $ python mds_cnn_node.py Traceback (most recent call last): File "mds_cnn_node.py", line 6, in
import tensorflow as tf
ImportError: No module named tensorflow
Also keras is not installed in the board, so can you provide details of pre-requisites to be installed to run the application.