Qiule Sun

Results 8 issues of Qiule Sun

Does the repo support pytorch1.7 or above ? If not, could you consider updating the repo to support that for the use of 3090 GPUs ?

It is an awesome and developing repo., containing more SOTA methods. **Question 1** For obtaining mIoU with backgroud , computing mIoU with backgroud, i,e,. 60 classes for PContext, fisrt need...

1. Could you deliver your supplementary material to my email ([email protected])? 2. In the subsection Ablation study of CFNet, you mention that global pooling yields 0.9% improvement. However, in Table...

I use the python script to call CUDA codes. Could you provide any suggestions for debugging CUDA codes?

enhancement

@SlongLiu Nick work ! The entries of [tgt_bbox ](https://github.com/IDEA-Research/DAB-DETR/blob/main/models/DAB_DETR/matcher.py#L83)are already [x0, y0, x1, y1] after boxes[:, 2:] += boxes[:, :2] [in this line](https://github.com/IDEA-Research/DAB-DETR/blob/main/datasets/coco.py#L93). So I want to know the underlying...

I want to train the vgg-vd-16 model from scratch, which parameter initialization method should I choose, gaussian or xavier or xavierimproved?