AirDet icon indicating copy to clipboard operation
AirDet copied to clipboard

Inference

Open Remosy opened this issue 1 year ago • 1 comments

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 demo code from detectron2 https://github.com/facebookresearch/detectron2/tree/main/demo. I copied whole demo folder into AirDet folder; Then I changed the config file from "configs/quick_schedules/mask_rcnn_R_50_FPN_inference_acc_test.yaml" to "./configs/fsod/R101/test_R_101_C4_1x_coco3.yaml", which is from your config folder. But, I got
KeyError: 'Non-existent config key: DATASETS.TESTSHOTS' when code runs self.merge_from_other_cfg(loaded_cfg)

Remosy avatar Sep 26 '22 06:09 Remosy