ignacio-rocco / weakalign

End-to-end weakly-supervised semantic alignment
MIT License
209 stars 47 forks source link

missing util/conv4d.py? #1

Closed tawnkramer closed 6 years ago

tawnkramer commented 6 years ago

trying out demo.py, getting an error:

Traceback (most recent call last):
  File "demo.py", line 8, in <module>
    from model.cnn_geometric_model import CNNGeometric, TwoStageCNNGeometric
  File "/Users/tkramer/projects/weakalign/model/cnn_geometric_model.py", line 9, in <module>
    from util.conv4d import Conv4d, Linear4d
ModuleNotFoundError: No module named 'util.conv4d'
aymenx17 commented 6 years ago

Thanks for sharing the good work. I'm getting the same error

cemoody commented 6 years ago

Thank you for sharing! Can you add & recommit the file? Thanks!

ignacio-rocco commented 6 years ago

Hi, thanks for reporting this.

I have deleted the references to this legacy file.

I don't have a computer to try the code now, but it should work :)