teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

3

追記

2018/03/06 01:39

投稿

退会済みユーザー
answer CHANGED
@@ -2,4 +2,16 @@
2
2
 
3
3
  [plot_digits_classification](http://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html)
4
4
 
5
- ただしこれは「数字の識別」をするものであって、画像から何かしらの「数値の計算」をするものではありません。悪しからず
5
+ ただしこれは「数字の識別」をするものであって、画像から何かしらの「数値の計算」をするものではありません。悪しからず
6
+
7
+ ----
8
+ 追記
9
+
10
+ Darknetをお使いということでしたので、情報を補足します。
11
+
12
+ 物体検出の枠組みですと、YOLO, SSD, Faster RCNNがすぐ試せると思います。
13
+ chainercvにサンプルが置いてあり、どれもトレーニング済みのモデルを使えるのでお手軽に試せると思います。
14
+ [https://github.com/chainer/chainercv/tree/master/examples](https://github.com/chainer/chainercv/tree/master/examples)
15
+
16
+ また、使ったことはないですが、Tensorflow object detection apiも割と整備されているので、こちらもすぐ試せると思います。
17
+ [https://github.com/tensorflow/models/tree/master/research/object_detection](https://github.com/tensorflow/models/tree/master/research/object_detection)

2

.

2018/03/06 01:39

投稿

退会済みユーザー
answer CHANGED
@@ -1,3 +1,5 @@
1
1
  scikit-learnあたりがお手軽ですよ。簡単な方法ですが"それなりの結果"は出ます。
2
2
 
3
- [plot_digits_classification](http://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html)
3
+ [plot_digits_classification](http://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html)
4
+
5
+ ただしこれは「数字の識別」をするものであって、画像から何かしらの「数値の計算」をするものではありません。悪しからず

1

タイポ

2018/03/05 11:58

投稿

退会済みユーザー
answer CHANGED
@@ -1,3 +1,3 @@
1
- scikit-learnあたりがお手軽ですよ。簡単な方法ですが"それなりの"結果は出ます。
1
+ scikit-learnあたりがお手軽ですよ。簡単な方法ですが"それなりの結果"は出ます。
2
2
 
3
3
  [plot_digits_classification](http://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html)