-
Notifications
You must be signed in to change notification settings - Fork 87
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
Error on using Watson Image Recognition #19
Comments
Hi bohanchen - I've seen odd behavior when importing flows that contain nodes that have potentially changed in the palette. Delete the Watson Visual Recognition node that was imported, drag a Watson Visual Recognition node from the palette. Wire it up the same way. Put in your API key. |
@bohanchen Another idea - What version of node-red-node-watson do you have installed? The most recent version is 0.7.8 |
Hello John, |
Hi John, I think I know where the problem is. I need to use the internet cable to connect to the Watson Service in order to make it work. I ignore it from the Github page. |
Correct - You need two network connections. The WiFi on your laptop should connect to the Tello drone. The hard wired ethernet cable (or a 2nd wifi dongle) would connect to your home broadband network and the Internet. You need an Internet connection to send the images to the Watson Visual Recognition service running in IBM Cloud. Watson Visual Recognition is a cloud service that does image classification. It is a pre-trained model of over 12000 objects. You can't download that pre-trained model to your laptop. If you want to run image classification local on your laptop while connected to the Tello drone, there are several options. Check out the MAX Object Detection model - https://developer.ibm.com/exchanges/models/all/max-object-detector/ You can see an implementation of real time object detection in the DroneAID project I created a simple Node-RED example that captures the video stream. |
Thank you so much for your help and these cool projects. These are very helpful. |
@bohanchen - You're welcome - Once you connected an ethernet cable were you able to classify drone images using Watson Visual Recognition? |
@johnwalicki - I tried to use my extra wifi adapter yet it is not compatible with macOS. I will try again once I receive the ethernet cable adapter for my Mac. I will keep you updated. Thank you. |
Hello Everyone,
I am learning how to use Node-red to programing a drone. I imported the solution flow, and I got the Camera working, but after I put my API key from the Watson service, it gave me an error:
getaddrinfo ENOTFOUND iam.bluemix.net
Following this tutorial, https://www.youtube.com/watch?v=9NoxljNbovM, I wrote a test flow to check if image recognition is working. It showed that the Watson Service is working correctly, and give me the correct result
Could anyone help me to solve this issues? Are there any problems with the solution flow?
Thank you
The text was updated successfully, but these errors were encountered: