n-zhang / part-based-RCNN

Codes and pretrained model for ECCV 14 paper 'Part based RCNNs for fine-grained category detection'
BSD 3-Clause "New" or "Revised" License
58 stars 34 forks source link

error in readme: rcnn path #1

Open yassersouri opened 9 years ago

yassersouri commented 9 years ago

In the readme it says "Change rcnn path in init.m". But in init.m file there is no where to set it.

loveq369 commented 9 years ago

do you run correctly

calxu commented 8 years ago

@yassersouri : you should also add rcnn path by yourself through following codes: config.RCNN_PATH = '/home/......' addpath(genpath(config.RCNN_PATH))