Closed jamesjjcondon closed 4 years ago
That is the case for the examples included in this repository. They happened to have only one image per view. The randomization will work as expected when an exam with more than one image per view is provided (e.g. an exam which has two different images for L-CC view).
Hi,
Thanks so much for this repo. Great stuff. And love the paper.
the len(datum[view]) from here seems to consistently be 1. And then the image_index is always zero.
Is that right?
Thanks again.