問題タブ [object-detection-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Windows で tensorflow オブジェクト検出 API を実行できない
tensorflow-gpu
Windows 10 PCに1.4をインストールしました。チェックポイント を使用してアライグマ検出器をトレーニングしようとしました。ssd_mobilenet
Google Cloud ではこれに成功しましたが、次の出力でローカルでの実行に失敗しました (明らかに、事前トレーニング済みのモデルの読み込みに失敗しています)。
python - TensorFlow オブジェクト検出 API オブジェクトからテキストを返す
Open CV で TF Object Detection API を使用しています。
ビデオが検出したオブジェクトのタイプを抽出して .txt ファイルにコピーするにはどうすればよいですか?
たとえば、Object Detection API のビデオが「携帯電話」を検出したら、「携帯電話」を別のテキスト ファイルに書き込むにはどうすればよいですか?
参照用のコードは次のとおりです。
よろしくお願いします。