-
Notifications
You must be signed in to change notification settings - Fork 190
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
[jsk_recognition_utils] use try to import chainer depend modules #2565
[jsk_recognition_utils] use try to import chainer depend modules #2565
Conversation
da78a91
to
62fdc7d
Compare
In additon to |
I also found jsk_recognition/jsk_recognition_utils/python/jsk_recognition_utils/datasets/bbox_detection.py Line 6 in 2c1400e
I think it is troublesome to list all required packages in the printing message, so how about Please install chainer<7.0.0 and execute "rosdep install jsk_recognition_utils" to import jsk_recognition_utils.chainermodels and datasets ?
|
@pazeshun I update this branch. I found that |
@knorth55 Oh, thank you for your hard work! |
@pazeshun yes, probably it is ok. |
use
try
to importchainer
depending modules.this PR solves jsk-ros-pkg/jsk_visualization#800
cc. @Naoki-Hiraoka