sampling.py [166:173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                files.append(SlideContainer(
                    file=slide_path,
                    annotations=annotations,
                    level=level,
                    width=size,
                    height=size,
                    y=[bboxes, labels],
                    sample_func=partial(sampling_func, negative_class=negative_class)))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sampling.py [176:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                files.append(SlideContainer(
                    file=slide_path,
                    annotations=annotations,
                    level=level,
                    width=size,
                    height=size,
                    y=[bboxes, labels],
                    sample_func=partial(sampling_func, negative_class=negative_class)))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



