qixuxiang / mask_rcnn_ros

The ROS Package of Mask R-CNN for Object Detection and Segmentation
Other
70 stars 34 forks source link

No module named tensor #9

Open idochi opened 2 years ago

idochi commented 2 years ago

Trying this code on a Jetson Xavier and installed Tensorflow there from the official Nvidia tutorial. When I run a test code to test the import of tensorflow it works. But when I run this I get the error: No module named tensorflow. Someone has an idea how to fix this?