Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
removed 2d seg label loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesq34 authored Sep 25, 2019
1 parent c7da7f0 commit 237f6ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sunrgbd/matlab/extract_rgbd_data_v2.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
%% V2 3DBB annotations (overwrites SUNRGBDMeta)
load('../OFFICIAL_SUNRGBD/SUNRGBDMeta3DBB_v2.mat');
load('../OFFICIAL_SUNRGBD/SUNRGBDMeta2DBB_v2.mat');
load('../OFFICIAL_SUNRGBD/SUNRGBDtoolbox/Metadata/SUNRGBD2Dseg.mat')
%% Create folders
depth_folder = '../sunrgbd_trainval/depth/';
image_folder = '../sunrgbd_trainval/image/';
Expand Down Expand Up @@ -77,11 +76,6 @@
end
fclose(fid);

% Write 2D image segmentation label
anno2d = SUNRGBD2Dseg(imageId);
seg_label = anno2d.seglabel;
parsave(strcat(seg_label_folder, mat_filename), seg_label);

catch
end

Expand Down

0 comments on commit 237f6ff

Please sign in to comment.