AirDet icon indicating copy to clipboard operation
AirDet copied to clipboard

Full conference version of AirDet: Few-Shot Detection without Fine-tuning for Autonomous Exploration

Results 10 AirDet issues
Sort by recently updated
recently updated
newest added

I tried to reproduce according to the steps in the README, and finally got the test results as shown in the figure. I don't know whether this result is correct....

Is there anyway that I can use your weight to do inference via webcam? Would it be prossible if you could provide inference part. I have tried to use the...

When is the fine-tuned code updated? I think it is also important to reproduce your performance.

The Numclass of coco is 80,Why is the NUM_CLASSES of Base-FSOD-C4.yaml set 1.

您好, 使用数据集coco_2017_train_nonvoc时可以进行训练。 使用数据集coco_2017_train_voc_1_shot时会报错。 ![1660212244325](https://user-images.githubusercontent.com/48479125/184110527-b06f38e9-3eb7-469c-8107-75217e620550.png) 请问,这是什么问题造成的?

Hi, in Table 1, you compare your model with some other methods on COCO 2017. In previous works, other methods perform experiments on COCO 2014 and report 10-shot and 30-shot...

In the paper, R101 is frozen in stem and ResNet1 block. However, I print the weights and they are different from the in1k R101 model. Have they finetuned?

I get less than 3 AP in COCO, but I get the AP that similar to you in VOC; I check my output log find that many object in COCO...

When I execute this line of code:bash generate_support_data.sh I found that adjusting the value of the shot only generated 1-shot,it may be that my file structure is not right, can...