https://www.pc-koubou.jp/magazine/21280
ここを参考にカスケード分類を行った結果、1回目はうまく画像に赤い四角が書き込まれたのですが、
2回目、別の画像で初めからやり直して、コマンドプロンプトでrunas python cascade.pyと打っても、
RUNAS 使用法:
RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]
/user:<ユーザー名> プログラム
RUNAS [ [/noprofile | /profile] [/env] [/savecred] ]
/smartcard [/user:<ユーザー名>] プログラム
RUNAS /trustlevel:<信頼レベル> プログラム
/noprofile ユーザーのプロファイルを読み込まないように指定します。
この結果、アプリケーションをより速く読み込むことができま
すが、一部のアプリケーションが正しく動作しない可能性があ
ります。
/profile ユーザーのプロファイルを読み込むように指定します。
これは既定値です。
/env ユーザーの環境ではなく、現在の環境を使用する場合に使います
/netonly 指定された資格情報をリモート アクセスのみで使用する場合に
使います。
/savecred ユーザーが以前に保存した資格情報を使います。
/smartcard 資格情報がスマート カードから提供される場合に使います。
/user <ユーザー名> の形式は、"ユーザー@ドメイン" または
"ドメイン\ユーザー" です
/showtrustlevels /trustlevel に対して引数として使用できるレベルを表示し
ます。
/trustlevel <レベル> は /showtrustlevels に列挙されているレベルの
いずれかです。
プログラム 実行可能なコマンドラインです。下の例を参照してください。
例:
runas /noprofile /user:mymachine\administrator cmd
runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
runas /env /user:user@domain.microsoft.com "notepad "my file.txt""
注意: 要求されたときのみ、ユーザーのパスワードを入力してください。
注意: /profile は /netonly と互換性がありません。
注意: /savecred は /smartcard と互換性がありません。
と表示されるだけで、画像に変化はありません。
ちなみに、python cascade.pyと打つとpythonと表示されるだけです。
ちなみにこの1つ前の、
opencv_traincascade.exe -data ./cascade/ -vec ./test.vec -bg ./ng/nglist.txt -numPos 800 -numNeg 40
と打った時の表示は以下になります。
PARAMETERS:
cascadeDirName: ./cascade/
vecFileName: ./test.vec
bgFileName: ./ng/nglist.txt
numPos: 800
numNeg: 40
numStages: 20
precalcValBufSize[Mb] : 1024
precalcIdxBufSize[Mb] : 1024
acceptanceRatioBreakValue : -1
stageType: BOOST
featureType: HAAR
sampleWidth: 24
sampleHeight: 24
boostType: GAB
minHitRate: 0.995
maxFalseAlarmRate: 0.5
weightTrimRate: 0.95
maxDepth: 1
maxWeakCount: 100
mode: BASIC
Number of unique features given windowSize [24,24] : 162336
===== TRAINING 0-stage =====
<BEGIN
POS count : consumed 800 : 800
NEG count : acceptanceRatio 40 : 1
Precalculation time: 4.23
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.075|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 5 seconds.
===== TRAINING 1-stage =====
<BEGIN
POS count : consumed 800 : 800
NEG count : acceptanceRatio 40 : 0.45977
Precalculation time: 4.246
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.225|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 12 seconds.
===== TRAINING 2-stage =====
<BEGIN
POS count : consumed 800 : 800
NEG count : acceptanceRatio 40 : 0.174672
Precalculation time: 5.046
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.325|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 18 seconds.
===== TRAINING 3-stage =====
<BEGIN
POS count : consumed 800 : 800
NEG count : acceptanceRatio 40 : 0.097561
Precalculation time: 4.054
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.3|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 24 seconds.
===== TRAINING 4-stage =====
<BEGIN
POS count : consumed 800 : 800
NEG count : acceptanceRatio 40 : 0.0352423
Precalculation time: 4.048
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.99875| 0.15|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 30 seconds.
===== TRAINING 5-stage =====
<BEGIN
POS count : consumed 800 : 801
NEG count : acceptanceRatio 40 : 0.0109529
Precalculation time: 4.49
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.25|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 36 seconds.
===== TRAINING 6-stage =====
<BEGIN
POS count : consumed 800 : 801
NEG count : acceptanceRatio 40 : 0.00567698
Precalculation time: 3.896
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.99875| 0.35|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 42 seconds.
===== TRAINING 7-stage =====
<BEGIN
POS count : consumed 800 : 802
NEG count : acceptanceRatio 40 : 0.00165399
Precalculation time: 3.898
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.99875| 0.375|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 48 seconds.
===== TRAINING 8-stage =====
<BEGIN
POS count : consumed 800 : 803
NEG count : acceptanceRatio 40 : 0.00130107
Precalculation time: 3.875
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.9975| 0.3|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 0 minutes 55 seconds.
===== TRAINING 9-stage =====
<BEGIN
POS count : consumed 800 : 805
NEG count : acceptanceRatio 40 : 0.000785268
Precalculation time: 3.881
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.99875| 0.3|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 1 minutes 1 seconds.
===== TRAINING 10-stage =====
<BEGIN
POS count : consumed 800 : 806
NEG count : acceptanceRatio 40 : 0.000431588
Precalculation time: 3.886
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.4|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 1 minutes 9 seconds.
===== TRAINING 11-stage =====
<BEGIN
POS count : consumed 800 : 806
NEG count : acceptanceRatio 40 : 0.000256469
Precalculation time: 3.891
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.99875| 0.3|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 1 minutes 19 seconds.
===== TRAINING 12-stage =====
<BEGIN
POS count : consumed 800 : 807
NEG count : acceptanceRatio 40 : 0.000153597
Precalculation time: 3.91
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 0.99875| 0.325|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 1 minutes 32 seconds.
===== TRAINING 13-stage =====
<BEGIN
POS count : consumed 800 : 808
NEG count : acceptanceRatio 40 : 3.72199e-05
Precalculation time: 3.942
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0.275|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 2 minutes 8 seconds.
===== TRAINING 14-stage =====
<BEGIN
POS count : consumed 800 : 808
NEG count : acceptanceRatio 40 : 1.07652e-05
Precalculation time: 3.488
+----+---------+---------+
| N | HR | FA |
+----+---------+---------+
| 1| 1| 0|
+----+---------+---------+
END>
Training until now has taken 0 days 0 hours 3 minutes 51 seconds.
===== TRAINING 15-stage =====
<BEGIN
POS count : consumed 800 : 808
NEG count : acceptanceRatio 0 : 0
Required leaf false alarm rate achieved. Branch training terminated.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。