Closed junnnxie closed 12 months ago
Hi, you need to run
python tools/remove_lvis_rare.py --ann datasets/lvis/lvis_v1_train.json
Please refer to DATA.md for details.
Thank you for your reply. I generated lvis_v1_train_norare.json
according to DATA.md, but the configuration file requires lvis_v1_train_norare_cat_info.json
. Are these two the same file, or does the later file need to be generated separately?
Sorry. My mistake. You can get lvis_v1_train_norare_cat_info.json
by running
python tools/get_lvis_cat_info.py --ann datasets/lvis/lvis_v1_train_norare.json --add_freq
Thx a lot!
Hello, when I tried to use config CoDet_OVLVIS_SwinB_4x_ft4x.yaml to train, a prompt appeared that the file
lvis_v1_train_norare_cat_info.json
was missing. Can you tell me how to obtain this file? Thank you very much