arunos728 / MotionSqueeze

Official PyTorch Implementation of MotionSqueeze, ECCV 2020
BSD 2-Clause "Simplified" License
139 stars 16 forks source link

Missing spatial_correlation_sampler file #3

Closed boheumd closed 3 years ago

boheumd commented 4 years ago

Can not import SpatialCorrelationSampler from spatial_correlation_sampler.

KimManjin commented 3 years ago

Hi,

You need to compile SpatialCorrelationSampler first to run our code properly. Here is a link to the C++/Pytorch implementation of Correlation module.

Please check compatibility issues before you compile the module. I recommend you to make your environment as same as ours.

Thanks.