opencv/modules/dnn
Tsukasa Sugiura 8db7d435b9
Merge pull request #21692 from UnaNancyOwen:add_softmax
* add apply softmax option to ClassificationModel

* remove default arguments of ClassificationModel::setSoftMax()

* fix build for python

* fix docs warning for setSoftMax()

* add impl for ClassficationModel()

* fix failed build for docs by trailing whitespace

* move to implement classify() to ClassificationModel_Impl

* move to implement softmax() to ClassificationModel_Impl

* remove softmax from public method in ClassificationModel
2022-03-07 20:26:15 +00:00
..
cmake/hooks
include/opencv2 Merge pull request #21692 from UnaNancyOwen:add_softmax 2022-03-07 20:26:15 +00:00
misc dnn: fix API - explicit ctors, const methods 2022-01-21 12:38:51 +00:00
perf Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
src Merge pull request #21692 from UnaNancyOwen:add_softmax 2022-03-07 20:26:15 +00:00
test Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-03-05 19:46:28 +00:00
CMakeLists.txt Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-11 17:32:37 +00:00