maskrcnn_benchmark.cpp
maskrcnn_benchmark.cpp copied to clipboard
Implementation maskrcnn-benchmark, pytorch c++ frontend
[ 1%] Building CXX object source/rcnn/layers/CMakeFiles/layers.dir/batch_norm.cpp.o [ 2%] Building CXX object source/rcnn/layers/CMakeFiles/layers.dir/conv2d.cpp.o In file included from /home/b324-no2/lg/maskrcnn_benchmark.cpp-master/source/rcnn/layers/conv2d.cpp:1:0: /home/b324-no2/lg/maskrcnn_benchmark.cpp-master/source/rcnn/layers/../../../include/rcnn/layers/conv2d.h:9:59: error: expected template-name before ‘
How to convert the model trained in python into c++ format, and then whether the inference will affect the result of inference?Can I use Windows to do this?
A minimal standalone forward c++ project would be better. And directly trace model out using python branch.