probdet
probdet copied to clipboard
Code for "Estimating and Evaluating Regression Predictive Uncertainty in Deep Object Detectors." (ICLR 2021)
Hallo @asharakeh, first of all, thank you for your wonderful work. I am very interested in your work and also have some questions about the implementation of **DETR**. 1. Can...
I used the evaluation command to run model inference after training, but there was an error happened. **the command is**: `python src/apply_net.py --dataset-dir COCO_DATASET_ROOT --test-dataset coco_2017_custom_val --config-file COCO-Detection/retinanet/retinanet_R_50_FPN_3x_reg_var_es_dropout.yaml --inference-config Inference/bayes_od_mc_dropout.yaml...
I met the following error "AttributeError: 'ProbabilisticRetinaNet' object has no attribute 'self.inference'". How do you fix this error, thank you!
Hi, Thanks for a very insightful paper titled "Estimating and Evaluating Regression Predictive Uncertainty in Deep Object Detectors". I am planning to use it for assess the reliability of the...