Closed Minorant closed 1 year ago
Hi, thanks for your impressive work! I'm trying to run DETR on the VOC dataset, but I notice that only coco's post-clustering proposal is provided(train2017_ratio3size0008@0.5_cluster-id-as-class.json). So how can I generate my own post clustering proposal? Is there any code available or more detailed steps for this please, thanks!
Hi, thanks for your interest in AlignDet~
Since AlignDet is pre-trained on COCO, so we only provide the clustered proposals on COCO. When fine-tuning the pre-trained model on VOC, we have the ground truth annotations.
Unfortunately, we cannot release the code for the clustering proposal, but this procedure should be simple:
Thanks again for your question, I hope it can help you~
Hi, thanks for your impressive work! I'm trying to run DETR on the VOC dataset, but I notice that only coco's post-clustering proposal is provided(train2017_ratio3size0008@0.5_cluster-id-as-class.json). So how can I generate my own post clustering proposal? Is there any code available or more detailed steps for this please, thanks!