zb1439
zb1439
Hi @yanxp, could you clarify which mask branch fashion of detectron are you using in your model, as mask branch of detectron has many alternatives. Looking forward to your reply...
So are you training COCO with a different setting (referred as Meta-Optimization Process in the paper) from training VOC, i.e., train VOC with 20 ways support set simultaneously while training...
Hi @duynn912 , we did successfully finished modification for parallel training and you can refer to issue #13 to have a glance of some major changes to adapt to multiple...
Hi, we have tried to fix current implementation to adapt to coco dataset, with much more than we expected to modify though. We are using 4 Titan XP to reproduce...
Thanks for the advice. This can be done by adjusting the training schedule, resnet depth, and input image scales to be identical to fsdet's repo. You can modify config.py in...
> @zb1439 can the base model trained using the FsDet framework be directly used during the finetuning process using GFSD? Yes. They should be using the same name for weights....
> Thanks for the update @zb1439 !! FsDet performs a "surgery" operation on the base trained checkpoint through this script - https://github.com/ucbdrive/few-shot-object-detection/blob/master/tools/ckpt_surgery.py . For GFSD, should the input model be...