deepinsight / mxnet-mtcnn

mtcnn mxnet C++ implementation
Apache License 2.0
65 stars 34 forks source link

C2065 'used': undeclared identifier #5

Open rohith14 opened 6 years ago

rohith14 commented 6 years ago

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

zhangchn commented 4 years ago

Remove the attribute macro if you need.