COAT icon indicating copy to clipboard operation
COAT copied to clipboard

Official Code for CVPR 2022 paper Cascade Transformers for End-to-End Person Search

Results 9 COAT issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Kitware/COAT/assets/54852331/4973504d-571a-44cc-ba19-af00fedbd3f5) ![image](https://github.com/Kitware/COAT/assets/54852331/9953119a-a3a8-4baa-af71-851219de1f5e) I can find the OIM loss, but not the ID loss. This question is caused by the Section 3.3 and the Equation 4 in your paper.

here I only find how to change the gallery_size, but I don't know how to use the Occlusion and Resolution on CUHK dataset, Have you done research in this area,...

Dear Author: I wanna reproduce the performance of COAT on the multi-view gallery of PRW in Table 4 of your paper. However, I have no idea about how to do....

I tried to draw the style of display as shown in Figure 4, but I failed, which bothered me for several days. I hope to get your help, thank you...

your code: box_head = TransformerHead( cfg=cfg, trans_names=cfg.MODEL.TRANSFORMER.NAMES_1ST, kernel_size=cfg.MODEL.TRANSFORMER.KERNEL_SIZE_1ST, use_feature_mask=cfg.MODEL.TRANSFORMER.USE_MASK_1ST, ) box_head_2nd = TransformerHead( cfg=cfg, trans_names=cfg.MODEL.TRANSFORMER.NAMES_2ND, kernel_size=cfg.MODEL.TRANSFORMER.KERNEL_SIZE_2ND, use_feature_mask=cfg.MODEL.TRANSFORMER.USE_MASK_2ND, ) box_head_3rd = TransformerHead( cfg=cfg, trans_names=cfg.MODEL.TRANSFORMER.NAMES_3RD, kernel_size=cfg.MODEL.TRANSFORMER.KERNEL_SIZE_3RD, use_feature_mask=cfg.MODEL.TRANSFORMER.USE_MASK_3RD, ) definition: box_head box_head_2nd box_head_3rd...

hello: python train.py --cfg ./logs/prw_coat/config.yaml --eval --ckpt ./logs/prw_coat/prw_COAT.pth When I entered this line of command during the test phase, this error was displayed, that is, in the file trnasform.py, the...

Could you supply the numbers used to generate the CUHK-SYSU Gallery Size plot (Figure 6 in the paper)?

论文中 这个地方应该是 在等式1中 d=1