How can i get MS COCO 'train2014(or2017)_gt_roidb.pkl'file in cache folder?
See original GitHub issueI’m trying to train this code on my pc with your instructions.
But there is a problem that generating ~_gt_roidb.pkl
process.
I’ve read dataset instructions but nothing explained about generating MS COCO cache folder and ~_gt_roidb.pkl
file, even can not find the method on https://github.com/rbgirshick/py-faster-rcnn/blob/77b773655505599b94fd8f3f9928dbf1a9a776c7/data/README.md .
Is there any way to get that file to train this model?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
How can i get MS COCO 'train2014(or2017)_gt_roidb.pkl'file ...
As for my case, my MS COCO directory is existing in the home directory ( ~/data/COCO ) and I've made cache folder in...
Read more >COCO - Common Objects in Context
COCO is a large-scale object detection, segmentation, and captioning dataset. COCO has several features: Object segmentation; Recognition in context; Superpixel ...
Read more >Prepare COCO datasets — gluoncv 0.11.0 documentation
Download Jupyter notebook: mscoco.ipynb. COCO is a large-scale object detection, segmentation, and captioning datasetself. This tutorial will walk through ...
Read more >coco | TensorFlow Datasets
COCO is a large-scale object detection, segmentation, and captioning dataset. Note: * Some images from the train and validation sets don't have annotations....
Read more >MS COCO Dataset: Using it in Your Computer Vision Projects
MS COCO (Microsoft Common Objects in Context) is a large-scale image dataset containing 328,000 images of everyday objects and humans. The dataset contains ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GuoGuoYao and @lc17721825 , Just make the folder named
cache
in the directory of MS COCO dataset. As for my case, my MS COCO directory is existing in the home directory (~/data/COCO
) and I’ve madecache
folder in that MSCOCO directory. You guys don’t have to find out or download_gt_roidb.pkl
file. Just makingcache
folder can solve this problem.It was just directory problem. Just making
~/data/COCO/cache
directory can solve this problem.