aimagelab / mcmr

PyTorch code for 3DV 2021 paper: "Multi-Category Mesh Reconstruction From Image Collections"
MIT License
18 stars 2 forks source link

Cycle import in File datasets/pascal3d/preprocess.py #2

Closed hzykent closed 2 years ago

hzykent commented 2 years ago

Thank you for sharing your amazing work!

I found a cycle import issue in file datasets/pascal3d/preprocess.py. It imports modules from other files that import modules from it. This will result in several ImportErrors. I found that simply restructuring the files would be a quick fix.

Cheers~

alexj94 commented 2 years ago

Hi @hzykent, thanks for the interest in our work. I managed to restructure the files, as you suggested, and now the code should work fine.

Cheers