InstanceLoc
InstanceLoc copied to clipboard
[CVPR 2021] Instance Localization for Self-supervised Detection Pretraining
Thanks for your job!!! When I use 'convert_pretrained.py' to transfer your 'insloc_fpn_400ep.pkl', it goes wrong with 'RuntimeError: Invalid magic number; corrupt file?'. I don't know how to fix it...
Hi @limbo0000, happy tiger year! As I understand, the `convert_pretrained.py` in transfer/detection is used to convert the mmdet trained model to detectron2 format, can you provide the pre-trained model weights...
After the training is completed by train_net.py, the terminal prints the verification results on COCO_val. I understand that according to the self-supervised process, you should fix the self-supervised training part...
I opened your code in win10, found that in the file mmdet/ops/nms/nms_wrapper.py, line 4 "from . import nms_ext", I was told that Unresolved reference 'nms_ext' ,Is there missed some files?
thanks for your excellent work~but when I try to pretrain the model on my own dataset ,the train soon jammed and I can not run Nvidia smi even I kill...
Hi! Did you also experience very unstable training for the first ~100k training steps? Accuracy jumps from 0 to 80%, loss goes up or down around 40. This seem to...
Is there a instance location c4 configuration file? Thank you
 Is it in the AnchorAugHead.py file?  Another question is what does the gt_bboxes in the fwd function parameter in the entire model file represent? The last question is...
Hi! Could you provide config that you used to fine-tune pretrained model on Mini COCO? Paper mentions that there are some minor changes to model structure and a few things...
When running pre-train task on 4 V-100 GPUs, I found that this line of code in shuffle BN takes a lot of time: `idx_shuffle = torch.randperm(batch_size_all).cuda()` In addition,speed of RPN...