dunbar12138 / DSNeRF

Code release for DS-NeRF (Depth-supervised Neural Radiance Fields)
https://www.cs.cmu.edu/~dsnerf/
MIT License
746 stars 126 forks source link

Hi,I can't run your code because of line 1278, in _save rawmode, mode = _OUTMODES[mode] KeyError: 'F' #94

Open 2928254221 opened 1 year ago

2928254221 commented 1 year ago

屏幕截图 2023-06-15 031729

dunbar12138 commented 1 year ago

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

Shichao123123 commented 1 year ago

屏幕截图 2023-06-15 031729

I also had the same issue, did you fix it??