question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can i get MS COCO 'train2014(or2017)_gt_roidb.pkl'file in cache folder?

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

4reactions
seongkyuncommented, Mar 31, 2019

@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 made cache folder in that MSCOCO directory. You guys don’t have to find out or download _gt_roidb.pkl file. Just making cache folder can solve this problem.

2reactions
seongkyuncommented, Oct 10, 2018

It was just directory problem. Just making ~/data/COCO/cache directory can solve this problem.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found