FPT
FPT copied to clipboard
Do you use Locality-constrained Grounding Transformer in your network?
Hello,
You proposed using Locality-constrained GT in a top-down manner, but I find that you don't import LocalityconstrainedGT in your FPT.py. You import GroundTrans that uses full pixel information instead of the locality-constrained method. I am confused by why I do not find about the usage of the Locality-constrained GT.
Second, In the LocalityconstrainedGT.py, the input of the locality-constrained Grounding Transformer is a single features maps x, instead of the coarse-grained features and fine-grained features for a top-down manner.
@pp00704831 LGT is used for semantic segmentation