DeepMotionAIResearch / DenseMatchingBenchmark

Dense Matching Benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'spatial_correlation_sampler'

amaanda opened this issue · comments

When running inference.py:

from spatial_correlation_sampler import SpatialCorrelationSampler
ModuleNotFoundError: No module named 'spatial_correlation_sampler'

I can't find any reference to this module on the repo.

Realized that when running pip install requirements.txt for some reason the module wasn't installed. Sorry!