dlib cnn python,是否有任何方法或包装器 python 可以进行基于 cnn 的对象训练

dlib cnn python, is there any way or wrapper for python to do cnn based object training

我正在使用 dlib 进行对象检测,我正在经历 python 实施。我测试了来自 dlib python examples, specially i worked on train_object_detector.py. this works well. Now I would like to train same data model on CNN based object detector mode But i could not find python implementation for training CNN using python, but there is c++ example. (dnn_mmod_ex.cpp) 的几个例子。我想我好像遗漏了什么或者 python 实现不可用? 如果 python 实现不可用,那么我应该切换到 c++ 进行基于 CNN 的对象检测器训练

是的,使用 C++ 进行 CNN 训练。 dlib DNN 工具旨在从 C++ 使用,因此使用无法在 Python.

中表示的 C++11 功能