cvl-robot's diary

研究ノート メモメモ https://github.com/dotchang/

2018-07-19から1日間の記事一覧

OpenCV3.4.2で始める浅いディープラーニング (その4 セマンティックセグメンテーション)

2.example_dnn_segmentation.exe 意味づけ領域塗分け Use this script to run classification deep learning networks using OpenCV. Usage: example_dnn_classification.exe [params] --backend (value:0) Choose one of computation backends: 0: automa…

OpenCV3.4.2で始める浅いディープラーニング (その5 クラス分類)

(編集中) 3.example_dnn_classification 物体のクラス分類 Use this script to run classification deep learning networks using OpenCV. Usage: example_dnn_classification.exe [params] --backend (value:0) Choose one of computation backends: 0: a…

OpenCV3.4.2で始める浅いディープラーニング (その6 その他のexample)

(編集中) 順番がいきなり(その6)になってますが、気にしないでください。 その他のexampleの実行方法を確認していきます。 4.example_dnn_openpose.exe 人体の骨格認識をしてくれます。入力は2次元画像で、出力も2次元です。 A sample app to demonstrate …

OpenCV3.4.2で始める浅いディープラーニング (その1 インストールからexample_dnn_object_detection.exeを動かすまで)

最近はDeep Learningを使うと、オシャレなんだそうです。でも面倒くさい勉強は極力したくありません。OpenCVのdnnモジュールが、3.4.2ぐらいからレギュラー扱いで本体に吸収されたそうなので、お手軽にこれを使ってみたいと思います。 1.インストール Open…