From 2b678aca89c18aa79c56ec3f6d4a0b979a91608d Mon Sep 17 00:00:00 2001 From: osimeoni Date: Mon, 31 Jan 2022 12:52:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8718f8..8c2a24c 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,8 @@ python tools/train_net_for_LOST_CAD.py --num-gpus 4 --config-file ./configs/LOST Inference results of the model will be stored in `$OUTPUT_DIR/inference`. In order to produce results on the `train+val` dataset, please use the following command: ``` python tools/train_net_for_LOST_CAD.py --resume --eval-only --num-gpus 4 --config-file ./configs/LOST/RN50_DINO_FRCNN_VOC07_CAD.yaml DATALOADER.NUM_WORKERS 6 MODEL.WEIGHTS ./outputs/RN50_DINO_FRCNN_VOC07_CAD/model_final.pth OUTPUT_DIR ./outputs/RN50_DINO_FRCNN_VOC07_CAD/ DATASETS.TEST '("voc_2007_trainval_CAD_coco_style", )' +cd $LOST; +python main_corloc_evaluation.py --dataset VOC07 --set trainval --type_pred detectron --pred_file $D2/outputs/RN50_DINO_FRCNN_VOC07_CAD/inference/coco_instances_results.json ``` #### Evaluating LOST+CAD (corloc results)