From f95cd41058e0047c3758e441314575ab9cded182 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Tue, 24 Oct 2023 13:07:32 +0800 Subject: [PATCH] Update json file for BDD val --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 720fb00..7fc894a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ python demo/demo_panoseg.py evaluate --conf_files configs/openseed/openseed_swin python train_net.py --original_load --eval_only --num-gpus 8 --config-file configs/openseed/openseed_swint_lang.yaml MODEL.WEIGHTS=[/path/to/lang/weight](https://github.com/IDEA-Research/OpenSeeD/releases/download/openseed/model_state_dict_swint_51.2ap.pt) ``` You are expected to get `55.4` PQ. +### :bulb: Some coco-format data +Here is the coco-format json file for evaluating [BDD](https://github.com/IDEA-Research/OpenSeeD/releases/download/bdd_val_data/coco_val.json). ### Training OpenSeeD baseline **Training on coco** ```sh