派生自 development/c++

chenshijun
2019-03-07 c24b03d43977b75db84e03bfcdbe3a7b1ae2c1ea
QiaoJiaSystem/YoloServer/main.cpp
@@ -35,7 +35,7 @@
    int portNum = 10003;
    appPref.setIntData("gpu.index", gpuindex);
    appPref.setFloatData("thresh.detect", 0.7);
    appPref.setFloatData("thresh.detect", 0.85);
    appPref.setIntData("poolNum", poolNum);
    IceRpcServer<YoloDetectServerI> server("yoloServer", portNum, "tcp");