zhanggang001 / RefineMask

RefineMask: Towards High-Quality Instance Segmentation with Fine-Grained Features (CVPR 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the “lvis_v0.5_val_cocofied.json”

AGanPoi opened this issue · comments

I can‘t find this annotation file in LVIS offical website. Are this annotation generate by some methods?

I can‘t find this annotation file in LVIS offical website. Are this annotation generate by some methods?

tools/cocofied_lvis.py

ok,thanks for your reply!

It seems that offical LVIS website do not release the LVIS v0.5 datasets(as it's deprecated), so I could not find the "lvis_v0.5_train.json" and "lvis_v0.5_val.json". And I could not use "tools/cocofied_lvis.py" to map the annotation to coco format.
Because when I use "lvis_v1_val.json" to generate json, it occur an error "AssertionError: Results do not correspond to current LVIS set."
1

If you could just provide the "lvis_v0.5_val.json" or tell me where to download, very thanks!

It seems that offical LVIS website do not release the LVIS v0.5 datasets(as it's deprecated), so I could not find the "lvis_v0.5_train.json" and "lvis_v0.5_val.json". And I could not use "tools/cocofied_lvis.py" to map the annotation to coco format.
Because when I use "lvis_v1_val.json" to generate json, it occur an error "AssertionError: Results do not correspond to current LVIS set."
1

If you could just provide the "lvis_v0.5_val.json" or tell me where to download, very thanks!

lvis_v0.5_val.json

Actually, you can filter out the images which are not in the coco validation set in lvis_v1_val_cocofiled.json to generate lvis_v0.5_val_cocofiled.json too.

It seems that offical LVIS website do not release the LVIS v0.5 datasets(as it's deprecated), so I could not find the "lvis_v0.5_train.json" and "lvis_v0.5_val.json". And I could not use "tools/cocofied_lvis.py" to map the annotation to coco format.
Because when I use "lvis_v1_val.json" to generate json, it occur an error "AssertionError: Results do not correspond to current LVIS set."
1
If you could just provide the "lvis_v0.5_val.json" or tell me where to download, very thanks!

lvis_v0.5_val.json

Actually, you can filter out the images which are not in the coco validation set in lvis_v1_val_cocofiled.json to generate lvis_v0.5_val_cocofiled.json too.

Very thanks to your prompt reply!