haofeixu / aanet

[CVPR'20] AANet: Adaptive Aggregation Network for Efficient Stereo Matching
Apache License 2.0
524 stars 102 forks source link

bash build.sh error #11

Closed jingfenglanyun closed 4 years ago

jingfenglanyun commented 4 years ago

env: python 3.6 torch 1.5 torchvision 0.6

error information : deform_conv_cuda.cpp:417:3: error: ‘AT_CHECK’ was not declared in this scope

jingfenglanyun commented 4 years ago

solution: modify all 'AT_CHECK' to 'TORCH_CHECK'

haofeixu commented 4 years ago

Our framework is developed with pytorch 1.2, we recommend installing the exactly same version for convenience.