facebookarchive / xcbuild

Xcode-compatible build tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a problem in fast-rcnn

arash111 opened this issue · comments

Hi,
in the code proposed here (https://github.com/vlfeat/matconvnet/tree/master/examples/fast_rcnn), just wondering to know, how to obtain 000004_boxes.mat? I mean how can I create the .mat file for my own test image?

I don't understand what this issue is about. Are you sure you posted it to the right location?

as I run the demo file (https://github.com/vlfeat/matconvnet/blob/master/examples/fast_rcnn/fast_rcnn_demo.m) in line 52 you would see: boxes = load('000004_boxes.mat') ;. it is mat file for test image (000004.jpg). just like to know how this '000004_boxes.mat' obtained from '000004.jpg' image? the .mat file is (2888*4 unit16).

You filed an issue for xcbuild. I think you want to file an issue in vlfeat/matconvnet.