princeton-vl / px2graph

Training code for "Pixels to Graphs by Associative Embedding"
BSD 3-Clause "New" or "Revised" License
133 stars 22 forks source link

What does this file proposals.h contain? #10

Open longweiwei opened 4 years ago

longweiwei commented 4 years ago

hi @anewell I want to reproduce the same results as in your paper. Current,the program has been run through, but I don't know what the documents ( e.g. imscales, im_to_roi_idx, num_rois, rpn_rois,rpn_scores those are included in proposals.h) are respectively? I also looked up the code base that generated this file,but, unfortunately, not found . If you can tell me the answer of the question, I will be very grateful.

anewell commented 4 years ago

All detected regions for all images are concatenated into one big list. So:

You can see how I use these values here: https://github.com/princeton-vl/px2graph/blob/master/data/genome/ref.py#L85