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

Update common.py #1

Closed instabaines closed 5 months ago

instabaines commented 5 months ago

In line 241 list[int] is used instead of List[int] for hidden_dims dtype. This causes a bug when instantiating the PatchEncoder