squashking

Results 7 comments of squashking

@lfdeep could you send me a copy of your code for panoptic segmentation as well? [email protected] Thanks a lot !

@RubenS02 Thanks. That's too challenging for me since I'm a beginner. I'd go for semantic segmentation instead. Can you please tell me how to organize the train data? I mean,...

@TungTNguyen @Linusnie I ran into the same problem. But I I didn't skip installing any packages and rosmake seemed to be working fine. But still got the issue and indeed...

@jingdongZhang Hi Jiongdong, did you solve the issue? I ran into the same issue when running the example: Start processing sequence ... Images in the sequence: 0 System shutdown Requested...

Any solutions so far? I have encountered the same error: raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for Sam: Unexpected key(s) in state_dict: "mask_decoder.hf_token.weight", "mask_decoder.hf_mlp.layers.0.weight",...

I had the same issue. In my case, my code used original SAM and then I wanted to change for HQ-SAM, but I didn't update the import. So the fix...