mxnet-mtcnn icon indicating copy to clipboard operation
mxnet-mtcnn copied to clipboard

C2065 'used': undeclared identifier

Open rohith14 opened this issue 7 years ago • 1 comments

Building test_picture.cpp on Win64

Error C2065 'used': undeclared identifier mtcnn mxnet-mtcnn\src\libmtcnn\mxnet_mtcnn.cpp 705

This is the line it's complaining about "REGISTER_MTCNN_CREATOR(mxnet, MxNetCreator);"

Any help is appreciated?

Thanks

rohith14 avatar Jun 26 '18 17:06 rohith14

Remove the attribute macro if you need.

zhangchn avatar Jan 31 '20 02:01 zhangchn