Open yassersouri opened 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.
init.m
do you run correctly
@yassersouri : you should also add rcnn path by yourself through following codes: config.RCNN_PATH = '/home/......' addpath(genpath(config.RCNN_PATH))
In the readme it says "Change rcnn path in init.m". But in
init.m
file there is no where to set it.