NoderedからWatson Visualize RecognitionのCustom Classifierを利用
はじめに
NoderedからWatson Visual RecognitionのCustom Classifierを利用するほうほうが変更されたみたいなので、現時点のものを記載します。
Noderedの指定方法
・「URL抽出」には普通にリンクを
msg.payloadには画像URLのリンクを入力
msg.payload = msg.payload.imageurl;
return msg;
・「classifier_id登録」にはclassifier_idを
msg.pramsには画像URLのリンクを入力
msg.params = [];
msg.params={"classifier_ids":["dogs_XXX"],"threshold":0};
return msg;
・「Visual Recognition」にはAPI Keyを
・設定完了
上記で設定完了です!
classifier_idsの登録方法の参考にしてください。
Author And Source
この問題について(NoderedからWatson Visualize RecognitionのCustom Classifierを利用), 我々は、より多くの情報をここで見つけました https://qiita.com/dicekm-i/items/bd65aaa86a6af1af0e15著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .