nightrome / cocostuff10k

The official homepage of the (outdated) COCO-Stuff 10K dataset.
https://arxiv.org/abs/1612.03716
277 stars 55 forks source link

Additional Paths #6

Closed niteshbhatia008 closed 7 years ago

niteshbhatia008 commented 7 years ago

Matlab is generating following error upon executing "demo_cocoStuff();" after "startup();"

Undefined function or variable 'imageInsertBlobLabels'.
Error in demo_cocoStuff (line 52)
labelMapThingsIm = imageInsertBlobLabels(labelMapThingsIm, labelMapThings, labelNames);

Additional paths are required in startup.m for specifying location of extra source files in Matlab 2015b.

addpath('dataset/code/utils');
addpath('dataset/code/conversion');
nightrome commented 7 years ago

Thank you for the advice. I forgot to change the startup script when I created the subfolders.