Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object_detection classes not importing #207

Open
Carter90 opened this issue May 22, 2021 · 1 comment
Open

object_detection classes not importing #207

Carter90 opened this issue May 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Carter90
Copy link
Contributor

Carter90 commented May 22, 2021

Traceback (most recent call last):
  File "/SC2/devel/lib/object_detection/Object_Detection.py", line 15, in <module>
    exec(compile(fh.read(), python_script, 'exec'), context)
  File "/SC2/src/object_detection/src/Object_Detection.py", line 6, in <module>
    from Logo_Detection import LogoDetection
ImportError: cannot import name 'LogoDetection' from 'Logo_Detection' (/SC2/devel/lib/object_detection/Logo_Detection.py)

I have some reading to do
http://wiki.ros.org/noetic/Migration
http://wiki.ros.org/python_2_and_3_compatible_code
http://wiki.ros.org/UsingPython3

@Carter90 Carter90 added the bug Something isn't working label May 22, 2021
@Carter90 Carter90 self-assigned this May 22, 2021
@Carter90
Copy link
Contributor Author

FYI I did all the reading and either I had prior taken care of it or we were unaffected by the change they had listed so still unsure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant