DESCRIPTION:
I'm trying to run inference using the Docker container but encounter:
_pickle.UnpicklingError: invalid load key, 'v'
when loading /home/nibio/mutable-outside-world/model_file/PointGroup-PAPER.pt
The model checkpoint file appears to be missing or corrupted in the repository. The file PointGroup-PAPER.pt does exist but only has a size of 134 KB.
LOCAL WORKAROUND SOLUTION:
I was able to fix the problem by downloading the model manually from:
https://github.com/SmartForest-no/SegmentAnyTree/blob/main/model_file/PointGroup-PAPER.pt
saving it in /home/nibio/mutable-outside-world/model_file/ and rebuilding the Docker image. After that, SegmentAnyTree ran on my local system.