Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get the Stanford40/ground_truth #8

Open
gdy920201 opened this issue May 8, 2016 · 4 comments
Open

How can I get the Stanford40/ground_truth #8

gdy920201 opened this issue May 8, 2016 · 4 comments

Comments

@gdy920201
Copy link

No description provided.

@gdy920201
Copy link
Author

In the dataset of Stanford40,how can i get the primary region and secondary region?Can you share the code ?Thanks!

@gkioxari
Copy link
Owner

gkioxari commented May 8, 2016

a. To download the Stanford 40 data, please refer to the README. It provides a link to the data

b. In lib/fast_rcnn/test_stanford40.py in line 279 im_detect returns the overall score, the score of the secondary regions as well as the secondary regions. The primary regions are the ground truth regions, gt_boxes

@gdy920201
Copy link
Author

How can I add the dataset of stanford40 to /tools/train.py .I am learning of the caffe.

@gkioxari
Copy link
Owner

gkioxari commented May 9, 2016

This is not related to Caffe, but to Python.

In tools/train.py in line 15 is where the dataset is imported and then called again in line 78. All you need to do is change line 15 to, import datasets.stanford40 and then subsequentely call in line 78 imdb = datasets.stanford40('train')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants