QueryDet-PyTorch
QueryDet-PyTorch copied to clipboard
How to get gt_query in yolo?Specifically,how to get gt_instances in yolo?
Thank you for your good job! I've tried to apply CSQ in yolo. But there is a question,the value of b_box I get from yolo is 'tensor([[0.03103, 0.83156, 1.89134, 1.66313],...])'.Is it same with target.gt_boxes in querydet?
Have you successfully applied csq to yolo?
Not yet,there are some problems in data processing.
------------------ 原始邮件 ------------------ 发件人: "ChenhongyiYang/QueryDet-PyTorch" @.>; 发送时间: 2022年9月22日(星期四) 中午11:05 @.>; @.@.>; 主题: Re: [ChenhongyiYang/QueryDet-PyTorch] How to get gt_query in yolo?Specifically,how to get gt_instances in yolo? (Issue #31)
Have you successfully applied csq to yolo?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Have you solved this problem? can CSQ be implemented in yolo?THANKS