Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use ScanNet dataset for instance segmentation? #2916

Closed
ydzat opened this issue Dec 22, 2022 · 0 comments
Closed

How to use ScanNet dataset for instance segmentation? #2916

ydzat opened this issue Dec 22, 2022 · 0 comments

Comments

@ydzat
Copy link

ydzat commented Dec 22, 2022

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:

scannet_frames_25k/
    scene0000_00/
        color/
	depth/
	instance/
	label/
	pose/
	intrinsics_color.txt
	intrinsics_depth.txt
    scene0000_01/
    ...

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?

@ydzat ydzat closed this as completed Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant