InstanceLoc
InstanceLoc copied to clipboard
How to create an downstream object detection task
Hi @zhirongw @limbo0000
Thanks for the wonderful work. I have few questions, to just improve my understanding of the SSL approach.
As we use InsLoc for the pre-text tasks on certain unlabeled datasets like(coco) using the ResNet 50 Architecture. Onces we have the pre-trained model how do we set it for the downstream object detection task :
Will this be with Supervision => where we have the images and the related bbox information about it
Architecture => if for the DetCo pre-trained model I have used Resnet 50 and for the Downstream object detection with labels I want to use mobilenetV2 .. is it possible ? or it should be resnet 50 itself for downstream task