max-deeplab
max-deeplab copied to clipboard
Unofficial implementation of MaX-DeepLab for Instance Segmentation
Hi, Thank you for the implementation. I have two questions regarding the code. 1. What is the significance of converting list of Tensors to nestedTensor in dataloader? 2. Are class...
Could you provide it?
Are the M-adds you reported in your paper equivalent to FLOPs?
what does the memory path mean? Is that read the original picture pixels from the memory?How does it work?