問題タブ [darkflow]
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.
assertion - AssertionError: 202335260 バイトを期待、203934260 YOLOv2 (Darkflow) を使用したサッカー ボールの検出が見つかりました
https://github.com/deep-diver/Soccer-Ball-Detection-YOLOv2
yolo.weights を読み込んでいます ....そして、
AssertionError: 202335260 バイトが必要ですが、203934260 が見つかりました
ただし、デフォルトのデータセットで同じコマンドを実行すると機能します。https://drive.google.com/drive/folders/0B1tW_VtY7onidEwyQ2FtQVplWEUから重みファイルをダウンロードしました
ファイルself.offset = 16
内の行を変更し、. しかし、問題を解決することはできません。./darkflow/utils/loader.py
self.offset = 20
この問題を解決するにはどうすればよいですか?