You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π I made sure my bug is related to the project's codebase and is not in fact a sub-dependency issue (e.g.: FRNN installation issue, PyTorch installation issue, PyTorch Geometric not installed with GPU support, ...).
β Since I am showing interest in the project, I took the time to give the repo a β to show support. Please do, it means a lot to us !
π Describe the bug
Hi Damien,
first of all thank you and congratulations for your amazing work.
It has come to my attention after a longer bug search in the last days that the latest update on point_geometric_features has rendered my latest trained model unusable, because the calculated features differ. I do not (yet) consider this a problem of point_geometric_features, as I have not retrained using the latest version of pgeof yet. Its just not backwards compatible. Therefore, if a checkpoint is to be reused after reinstallation, it seems wise to me to switch to a fixed version install, in my case
β Code of conduct checklist
π Describe the bug
Hi Damien,
first of all thank you and congratulations for your amazing work.
It has come to my attention after a longer bug search in the last days that the latest update on point_geometric_features has rendered my latest trained model unusable, because the calculated features differ. I do not (yet) consider this a problem of point_geometric_features, as I have not retrained using the latest version of pgeof yet. Its just not backwards compatible. Therefore, if a checkpoint is to be reused after reinstallation, it seems wise to me to switch to a fixed version install, in my case
pip install git+https://github.com/drprojects/point_geometric_features.git@4102aa9instead of using the latest repo version.
Best regards
Jakob
π Log output
π€ Steps to reproduce the bug
Train using commit 4102aa9 of https://github.com/drprojects/point_geometric_features, then infer/test using the latest version of the same repo
π Additional information
No response
π₯οΈ Environment