load_llff.py [24:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    ignoregamma=True,
                )
                for image in images
            ],
            axis=-1,
        )
        / 255.0
    )
    images = np.moveaxis(images, -1, 0).astype(np.float32)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



load_llff.py [45:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    ignoregamma=True,
                )
                for image in images
            ],
            axis=-1,
        )
        / 255.0
    )
    images = np.moveaxis(images, -1, 0).astype(np.float32)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



