0

If all the images come from 3 classes, can the set of class ids we put into the second column of the .lst file be {101, 280, 76}? Or it has to be consecutive integers like {5,6,7}, or even more strict, has to be {0,1,2} ? Thanks.

J.Doe
  • 3
  • 1

1 Answers1

1

There are no requirements on label values. For your case, {101, 280, 76} should be fine.

reminisce
  • 141
  • 3