COCO20i dataset
Super-wei opened this issue · 7 comments
Is there a problem with the coco.py file? I use the function run_WrappedCOCOStuff20i to download the COCO dataset, but when it comes to the processing of fold, it always reports an error. Why?Sorry to bother you.
Can you describe the error with more details?
In the construct_support_query function in coco.py, the length of unique_cls is always displayed as 0 when running, but it is not clear why
I suspect that the item_class
cache (in Line 607 coco.py)
is not properly dumped. I suggest setting the rebuild_pair
(in Line 535 coco.py)
to True to rebuild the item_class
cache file.
Moreover, do you check the integrity of the downloaded (COCO14 in Line 48 coco.py)
dataset?
Thanks, I have processed the COCO dataset. But I want to modify the network structure of your thesis recently, do you have any good suggestions? Can I chat with you?
What's in your mind for changing the network architecture? Feel free to contact me via email: 2524463910@qq.com.
Bug fixed: roots -> root
, in coco.py Line 946 and 952.