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
56 stars 3 forks source link

Update common.py #1

Closed instabaines closed 4 days ago

instabaines commented 4 days ago

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