pvnieo / GeomFmaps_pytorch

A minimalist pytorch implementation of: "Deep Geometric Functional Maps: Robust Feature Learning for Shape Correspondence"
MIT License
24 stars 2 forks source link

versions of pip packages in requirement.txt #6

Closed pieris98 closed 9 months ago

pieris98 commented 10 months ago

Hey Souhaib, I'm trying to get the environment to work without much progress. In the README.md you mention you used python >=3.7, but knowing what version of python and what version of the packages in requirement.txt you used when writing the project is important as outdated code and/or package version conflicts make the project non-reproducible.

If you have any of the information available and could share, that would be very helpful!

Thanks again for everything you've done.

pieris98 commented 10 months ago

EDIT: I still haven't fixed the issue and cannot run train.py. I followed the last commit date and guessed some versions. I've tried the following so far:

omegaconf #torch-points3d==1.1.1 #TODO, build from source torch_points_kernels with CUDA 10.2 (no supported packages/wheels in either pip or conda, they only have some for pytorch>=1.10) tqdm scipy==1.5.2 numpy==1.17.3 #torch-sparse 0.6.7 only works with this

If you have any information on the versions you used for python, pytorch, torch_sparse and torch-points3d - I saw you had been involved in this GitHub issue too, your help would be greatly appreciated! Also, based on this issue, I would like to ask if you used a conda environment or installed on your host machine using pip, as this seems to affect where the shared libraries/CUDA/torch-points3d get installed. Thanks again!

pvnieo commented 9 months ago

Dear @pieris98

Thank you for your interest in our work.

Just so you know, this project is no longer maintained, and I suggest you try the DiffusionNet code base as it's well-documented and generally yields better performance!

Concerning the other projects (VADER, CLOVER, etc), I was very busy in the last couple of months (still busy with the thesis manuscript), I'll try to open source the code as soon as possible, and ping you when they are ready!

Thank you for your patience and interest!

Best,