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

sample_groups parameter of DataBaseSampler #191

Closed
ArseniuML opened this issue Apr 25, 2024 · 0 comments
Closed

sample_groups parameter of DataBaseSampler #191

ArseniuML opened this issue Apr 25, 2024 · 0 comments

Comments

@ArseniuML
Copy link

As I can understand, this parameter is related to sampling frequency of objects of the class. If this parameter = 0, objects of this class would not be sampled.

In argo2-3d-26class.py you define sample_groups as follows:

sample_group_1 = {k:1 for k in group1}
sample_group_2 = {k:2 for k in group2}
sample_group_3 = {k:2 for k in group3}
sample_group_4 = {k:1 for k in group4}
sample_group_5 = {k:2 for k in group5}
sample_group_6 = {k:2 for k in group6}
#merge all groups
sample_groups = {**sample_group_1, **sample_group_2, **sample_group_3, **sample_group_4, **sample_group_5, **sample_group_6}
sample_groups.update({'Wheelchair':0, 'Dog':0, 'Message_board_trailer':0})

How did you obtain these numbers(0, 1, or 2)?

In the FSDv2 paper you write about FSD:

the clustering part in instance segmentation voted centers necessitates pre-defined and handcrafted distance thresholds for each category, and it is non-trivial to find optimal values

Don't you think sample_groups values are encoding apriori information?

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