You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I need to train a model suitable for indoor instance segmentation, I need to use the ScanNet dataset. To this end, I downloaded scannet_frames_25k as a data set, and its structure is as follows:
The rgb images are stored in the color folder, and the semantic segmentation images are stored in the label folder.
But if I want to do instance segmentation, I must have annotation files, so the question is, how do I process this ScanNet dataset to get a training/val set and annotation files available for this Mask_RCNN?
The text was updated successfully, but these errors were encountered:
Hi,
Because I need to train a model suitable for indoor instance segmentation, I need to use the ScanNet dataset. To this end, I downloaded scannet_frames_25k as a data set, and its structure is as follows:
The rgb images are stored in the color folder, and the semantic segmentation images are stored in the label folder.
But if I want to do instance segmentation, I must have annotation files, so the question is, how do I process this ScanNet dataset to get a training/val set and annotation files available for this Mask_RCNN?
The text was updated successfully, but these errors were encountered: