hkzhang95 / DynamicRCNN

Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training, ECCV 2020
https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123600256.pdf
MIT License
173 stars 23 forks source link

"error: identifier "AT_CHECK" is undefined". #9

Open limengfei3675 opened 4 years ago

limengfei3675 commented 4 years ago

Thanks for your code. When I prepared the environment and started to compile, it threw "error: identifier "AT_CHECK" is undefined". How to solve this problem? Thank you.

shining-love commented 4 years ago

Thanks for your code. When I prepared the environment and started to compile, it threw "error: identifier "AT_CHECK" is undefined". How to solve this problem? Thank you.

大佬你好,看你已经在window下成功编译安装了caffe2,我现在在windows编译安装遇到问题了,不知道大佬有没有安装的教程,给个靠谱的编译安装的链接?

hkzhang95 commented 4 years ago

Sorry for the late reply, I am kind of busy recently.

I have not met this issue before. Generally speaking, maybe the reason is the wrong version of some dependencies. So could you please provide more detailed information? For example, the version of your dependencies and the error log might be helpful.