hkzhang-git
hkzhang-git
```python class ParC(nn.Module): def __init__(self, dim, type, global_kernel_size, use_pe=True): super().__init__() self.type = type # H or W self.dim = dim self.use_pe = use_pe self.global_kernel_size = global_kernel_size self.kernel_size = (global_kernel_size, 1)...
@datumbox Thanks for your reply. It sounds reasonable.
> There are likely custom settings applied that may be found in the WebAssembly file located at: https://segment-anything.com/js/ort-wasm-simd.wasm. > > Decompiler: > > https://webassembly.github.io/wabt/demo/wasm2wat/index.html > > Good Luck 😅 >...
https://github.com/hkzhang91/ParC-Net/blob/main/pretrained_models/segmentation/checkpoint_ema_avg.pt.
Sorry to reply so late, I'm really busy recently. Please wait a few more weeks. I will release the code as soon as possible after finish the task at hand....