Skip to content

Comparing only samples of specific classes #341

Answered by KevinMusgrave
danielcrane asked this question in Q&A
Discussion options

You must be logged in to vote

If scene_0/class_0 doesn't share any characteristics of scene_1/class_0, how about just renumbering the classes?

You could do this in your Dataset class, so you don't have to change the folders.

What I mean is something like this:

scene_0
---- class_0   --> 0
---- class_1   --> 1
---- class_2   --> 2
scene_1
---- class_0   --> 3
---- class_1   --> 4
scene_2
---- class_0   --> 5
---- class_1   --> 6
---- class_2   --> 7
---- class_3   --> 8

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@KevinMusgrave
Comment options

@danielcrane
Comment options

@KevinMusgrave
Comment options

@danielcrane
Comment options

@KevinMusgrave
Comment options

Answer selected by danielcrane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants