douglasrizzo / dodo_detector_ros

Object detection from images/point cloud using ROS
BSD 3-Clause "New" or "Revised" License
54 stars 11 forks source link

Can't access tf2 when dodo detector installed in virtual environment #16

Closed itsmedralpha closed 2 years ago

itsmedralpha commented 3 years ago

Hello we tried to install dodo detection in python 3 virtual environment since our ros catkin package is in 2.7, after all successful installation it show import tf2 error, so we tried to downgrade the dodo detector from 0.7 to 0.6.1 and also downgrade tensorflow and object detection api the dodo detector works fine but the dodo detector ros in the GitHub works only on tensorflow 2 can any one please send the previous version of dodo detector ros or any correct step to install dodo detector 0.7 I. Python 3 virtual environment and eliminate tf2 error

douglasrizzo commented 3 years ago

I have uploaded a new version of dodo_detector_ros to master which reverts most changes that were done. I also uploaded a version of dodo_detector which is compatible with TensorFlow 1 and Python 2.7.

Unfortunately, I have no way to test these right now, but once I do, I'll close this issue as a sign that they have worked.