标签: tensorflow protocol-buffers object-detection-api
我知道tensorflow对象检测API的manual approach for manipulating configs。
建议自动执行模型选择(尝试许多不同的配置)的方法是什么?
我目前假设我应该write a python script to create the protobufs for model selection。 See also this stack overflow quesition.这是正确的方法还是有更简单的解决方案(keras)?
谢谢您的帮助!