DSNeRF
DSNeRF copied to clipboard
Hi,I can't run your code because of line 1278, in _save rawmode, mode = _OUTMODES[mode] KeyError: 'F'
Hi, I would suggest converting the image to uint8 before using PIL. This issue might be related. https://github.com/python-pillow/Pillow/issues/5116
I also had the same issue, did you fix it??