FSCE icon indicating copy to clipboard operation
FSCE copied to clipboard

Results 41 FSCE issues
Sort by recently updated
recently updated
newest added

I notice that config files for 1 shot and 2 shot set backbone.freeze, proposal_generator.freeze and roi_head.freeze_feat to True. Are these config flies (1shot and 2shot) the ones you used for...

If there is only one category, is the algorithm applicable?

when I try to build and run `python setup.py build develop` ![QQ截图20210604012414](https://user-images.githubusercontent.com/51286338/120686730-df64c980-c4d3-11eb-9ab4-b641356b9ef7.png) but I have already installed wheel ![QQ截图20210604012440](https://user-images.githubusercontent.com/51286338/120686906-0de2a480-c4d4-11eb-90e9-9631e0776277.png) do I need to build detectron2?

Thank for your amazing code. The batch_size of comparative study is very large(eg.simclr'batch_size has about the hundreds), why your experiment batch_size equal to 16 can be carried out? Does the...

Hi! I am curious about the time cost of the training process. I will look forward to your reply.

我只有一台V100 32G,能实现这个型号吗?

Hello, thanks for your excellent work. I try to use contrastive learning in revelant object detection tasks (e.g. semi-supervised object detection), and I write my contrastive loss code by referering...

i missed this issue when i run 'python setup.py build develop' the full issue error is as list: /home/lsy/FSCE-mian/fsdet/layers/csrc/deformable/deform_conv.h(136): error: identifier "AT_CHECK" is undefined /home/lsy/FSCE-mian/fsdet/layers/csrc/deformable/deform_conv.h(184): error: identifier "AT_CHECK" is undefined...