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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: