JiehongLin / SAM-6D

[CVPR2024] Code for "SAM-6D: Segment Anything Model Meets Zero-Shot 6D Object Pose Estimation".
353 stars 30 forks source link

RuntimeError: stack expects a non-empty TensorList #40

Open lizhi3158 opened 7 months ago

lizhi3158 commented 7 months ago

微信图片_20240404182411

liangyijian1 commented 6 months ago

I have the same problem, how did you fix it?

hakanalpp commented 5 months ago

I also have the same problem

sankalpkallakuri commented 3 months ago

I am facing the same problem

fujenchu commented 2 months ago

you might want to soft link the /Data folder under ISM to the one parallel to the ISM. There are two /Data folders (one under SAM-6D and one under ISM)

sankalpkallakuri commented 2 months ago

@fujenchu Hi, I tried to link the two folders but the error persisted.

ln -s ./Data/ ./Instance_Segmentation_Model/Data/ This is what i tried. Yet I got the same error.

3114917790 commented 2 months ago

I also have the same problem,how do you slove it?