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

I try to run test_triplet_detection.py. But where the obj_dets_file ? #12

Open
cuienjiecv opened this issue Mar 16, 2018 · 1 comment
Open

Comments

@cuienjiecv
Copy link

I ran the python script "test_predicate_recognition.py" , where the obj_dets_file ?

obj_dets_file format: [ obj_dets of image_i for image_i in images ]

# 	obj_dets: numpy.array of size: num_instance x 5
# 		instance: [x1, y1, x2, y2, prob, label]
parser.add_argument('--obj_dets_file', dest='obj_dets_file', 
					help='file containing object detections',
					default=None, type=str)
@doubledaibo
Copy link
Owner

This repo does not include code for object detection since no modification is made to existing code. You may refer to repo of Faster-RCNN, and rearrange the detection results into the described format.

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