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

What is the split strategy when working with S3DIS data set? #182

Open
jerry3chen opened this issue Aug 1, 2023 · 4 comments
Open

What is the split strategy when working with S3DIS data set? #182

jerry3chen opened this issue Aug 1, 2023 · 4 comments

Comments

@jerry3chen
Copy link

Hi.
According to paper, S3DIS data set is evaluate by 2 methods: eval on area 5 and 6-fold cross validation.
May I know how did you obtain the train/validate/test splits?
I assume test split is simply area 5 or whichever the area kept out in cross validation. But in which way did you split train/validate sets?

Thanks,
Jerry

@jerry3chen jerry3chen changed the title How is the split strategy when working with S3DIS data set? What is the split strategy when working with S3DIS data set? Aug 3, 2023
@thangvubk
Copy link
Owner

S3DIS datasets consists of 6 Areas. eval on area 5 means training on Area 1, 2, 3, 4, 6 and eval on eval 5 (see here and here). Meanwhile, 6-fold cross validation training 6 independent model where each area is in turn being eval.

@jerry3chen
Copy link
Author

Thanks for the explanation. So I guess that there is not explicit eval/test set split?

@thangvubk
Copy link
Owner

Yes. You are right.

@jerry3chen
Copy link
Author

Last question: how exactly do you determine when to stop training? since there is not actual validation set, do you only stop when you reach the best result on test set(area5)?

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

2 participants