trungtpham/SceneCut

Undefined function or variable 'ucms'.

jinlinyi opened this issue · 2 comments

Hi Trung, I am trying to run the whole pipeline from rgbd input to segmentation, i.e. run im2ucm, ucm2tree and scenecut_segmentation. I have the following questions.

  1. It seems like in source/ucm2tree.m line 12, variable ucms is not defined. Is this a typo?

  2. The im2ucm outputs ucm2 and ucms, which one should I pass into function ucm2tree?

Thank you very much for your impressive paper and the release of your codes!

Hi Jinlin,

  1. it should be ucm instead of ucms. I have updated the code.
  2. I think there is not much difference between ucm2 and ucms. I used ucm2.

Hope these help.

Cheers,
Trung

Thank you for your reply!