-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to run demo #66
Comments
can you paste all the output of the error log when you run |
if you want to run insta360, you need insta360 panorama camera, but do you have it? |
This is all message when I run the code. |
it seems you didn't do and please copy and paset whole output lines. all. everything. |
can you try these codes one buy one carefully? and put all output? roscore source /opt/ros/melodic/setup.bash
rosrun usb_cam usb_cam_node source ~/coral_ws/devel/setup.bash
roslaunch coral_usb edgetpu_object_detector.launch INPUT_IMAGE:=/usb_cam/image_raw source /opt/ros/melodic/setup.bash
rosrun image_view image_view image:=/edgetpu_object_detector/output/image |
|
with the output, it seems working correctly. |
yes, I have a camera. |
so how does image_view look like? |
I update the readme. |
how does GUI looks like? |
can you also check the frequency of the output?
|
no window appears |
thats wierd. |
I checked the frequency
|
can you paste the output of this command?
|
also you are mistyping. |
|
|
|
are you keep running this launch?
|
sorry, I am running image_view. I relaunch.
|
please run these three commands in different terminals in parallel |
Succeeded. |
Good! |
if you want to try with another image topic (like robot image topic), you can do like this. please start your robot first and... source /opt/ros/melodic/setup.bash
# if you need to connect to robot,
# rossetip
# rossetmaster <robot ip>
source ~/coral_ws/devel/setup.bash
roslaunch coral_usb edgetpu_object_detector.launch INPUT_IMAGE:=<robot image topic name> source /opt/ros/melodic/setup.bash
# if you need to connect to robot,
# rossetip
# rossetmaster <robot ip>
rosrun image_view image_view image:=/edgetpu_object_detector/output/image |
I tried to do this according to README.
It seemed that installing the Edge TPU runtime and the TensorFlow Lite interpreter(Melodic) succeeded(There weren't any errors).
However, I can't run insta360 air for panorama image though image_publisher and usb_cam is successfully running.
The error message is
In addition, Edge TPU launch files do not work.
Even though I tried to run image view in normal workspace(not edge tpu workspace),it did not work.
How can I solve this issue?
The text was updated successfully, but these errors were encountered: