yunshin / SphericalMask

Official implementation of "Spherical Mask: Coarse-to-Fine 3D Point Cloud Instance Segmentation with Spherical Representation"
Apache License 2.0
48 stars 6 forks source link

Please use Python package version pinning for reproducibility #6

Open cnmicha opened 5 months ago

cnmicha commented 5 months ago

Hi @yunshin,

thank you very much for your work.

Could you please pin the Python package versions in your requirements.txt file for reproducibility? Currently, it is not possible to reproduce the exact dependency setup that you have.

Further read: https://valohai.com/blog/dependency-management-for-data-science/

Thank you in advance.