|
@@ -447,11 +447,12 @@ int main(int argc, char *argv[])
|
|
|
protofile = xparam.GetParam("prototxt",protofile.data());
|
|
|
weightfile = xparam.GetParam("caffemodel",weightfile.data());
|
|
|
gstrinput = xparam.GetParam("input","lidar_pc");
|
|
|
- gstroutput = xparam.GetParam("output","lidar_cnn_dectect");
|
|
|
+// gstroutput = xparam.GetParam("output","lidar_cnn_dectect");
|
|
|
+ gstroutput = xparam.GetParam("output","lidar_pointpillar");
|
|
|
|
|
|
// std::string protofile = "/home/yuchuli/qt/bq/models/lidar/model.prototxt";
|
|
|
// std::string weightfile = "/home/yuchuli/qt/bq/models/lidar/model.caffemodel";
|
|
|
- gcnn.init(protofile,weightfile,60.0,0.6,512,512,false,true,0);
|
|
|
+ gcnn.init(protofile,weightfile,60.0,0.3,512,512,false,true,0);
|
|
|
|
|
|
|
|
|
|