Yuqing Wen
Yuqing Wen
Thanks for your implementation of this work. I‘m using your code to reproduce the result you reported and I'm wondering if I could refer to your training settings. Could you...
Hi, thanks for your awesome work! I noticed that you proposed the flintstoneSV dataset based on the original flintstone dataset, where the video frames are sampled. I'm wondering could you...
Hi, thanks for your work. I'm really interested in the effect of the detection proposals. Have you tried different kind of proposals? Will the performance be better when the proposal...
I previously thought that the yolox weight is from training yolox with ByteTrack tracker on DanceTrack training set, which according to the results in this link you provided in the...
Hi, I try to run the training code with command ./tools/train.sh configs/motrv2.args and there are some warnings when loading the pretrained detr weights as follows: `loaded /home/code/mot/MOTRv2/detr_pretrain/r50_deformable_detr_plus_iterative_bbox_refinement-checkpoint.pth Drop parameter transformer.reference_points.weight.If...
Thanks very much for your code. But I am a little bit confused of the dimension of noisy_gt. I use opencv to generate noisy ground truth and the dimension is...
Hi, I have a large amount of images to process and the time is limited, I wonder how to inference with batch size larger than 1? I noticed that in...
Hello, I have noticed that in RLBench, some tasks continue executing even after they are successfully completed because the simulator fails to correctly determine success. For example, in this case,...