mvits_for_class_agnostic_od icon indicating copy to clipboard operation
mvits_for_class_agnostic_od copied to clipboard

[ECCV'22] Official repository of paper titled "Class-agnostic Object Detection with Multi-modal Transformer".

Results 8 mvits_for_class_agnostic_od issues
Sort by recently updated
recently updated
newest added

I would like to finetune on my own dataset. Do you have recommendations on how I can create my own dataset for this?

Which checkpoints in drive link you provided will load correctly in default MDefDETR model without any errors? Im getting missing/unexpected keys errors.

documentation

In Object Centric OVD, the authors use the checkpoint trained from a subset of LMDet which has no overlap with any of the evaluation datasets. However, it seems that the...

I have used the path - MDef_DETR_r101_epoch20.pth to generate open set bboxes using command. python inference/main.py -c checkpoint/MDef_DETR_r101_epoch20.pth -i data/testdata/ -m mdef_detr -tq 'all objects' The result i am getting...

I fail to download pretrained model ,Could you send the model MDef_DETR_r101_epoch20.pth to my email [email protected] @mmaaz60

Dear authors, Thank you for opensourcing your work. I have quick questions about ORE application that needed clarification: - Have you used BOTH mavl and RPN pseudolables during training? Or...

I would like to get the visualization results and save it to image files.How can I do that? Thank you

documentation
enhancement

Dear author: how to get results of the table 1?