STMask
STMask copied to clipboard
Code release for "STMask: Spatial Feature Calibration and Temporal Fusion for Effective One-stage Video Instance Segmentation"(CVPR2021)
**ImportError:** /home/lin/.conda/envs/stmask/lib/python3.7/site-packages/**spatial_correlation_sampler_backend.cpython-37m-x86_64-linux-gnu.so**: undefined symbol: _ZNK2at10TensorBase8data_ptrIdEEPT_v   
Thank you for the great project!! I try to test your project using provided weights. However, it seems that the link for the provided weights is incorrect. Could you please...
File "/STMask/layers/modules/track_to_segment_head.py", line 61, in correlate out_corr = out_corr.view(b, ph*pw, h, w) / x1.size(1) RuntimeError: CUDA error: invalid device function 段错误 (核心已转储) Thank you for sharing the code! when I...