zyc00 / Point-SAM

Point-SAM: This is the official repository of "Point-SAM: Promptable 3D Segmentation Model for Point Clouds". We provide codes for running our demo and links to download checkpoints.
MIT License
143 stars 9 forks source link

Compatibility issues with the torch-points3d library. #6

Closed sfengpeng closed 2 months ago

sfengpeng commented 2 months ago

Hi, thanks for your great work! However, the current version is incompatible with torch-points3d. The highest version of torch that torch-points3d is compatible with is 1.13.1, but PointSAM requires a minimum torch version of 2.1.0. I have spent a lot of time trying to resolve this issue, but haven't succeeded. Do you have any suggestions or solutions?