You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why it is not possible to run demo? Why does It raise this issues? What is it required as input?
python scripts/create_mvr_data_from_mesh.py --points example_data/mesh/yoga6.ply --output example_data/images --num_cameras 128 --image-size 512 --tri_color_light --point_lights --has_specular
0%| | 0/128 [00:00<?, ?it/s]
Traceback (most recent call last):
File "scripts/create_mvr_data_from_mesh.py", line 241, in <module>
imageio.imwrite(os.path.join(depth_dir, "%06d.exr" % idx),
File "/home/admin/anaconda3/envs/DSS/lib/python3.8/site-packages/imageio/core/functions.py", line 303, in imwrite
writer = get_writer(uri, format, "i", **kwargs)
File "/home/admin/anaconda3/envs/DSS/lib/python3.8/site-packages/imageio/core/functions.py", line 226, in get_writer
raise ValueError(
ValueError: Could not find a format to write the specified file in single-image mode
Is there any other detailed documentation? And would be denoising function available?
The text was updated successfully, but these errors were encountered:
Why it is not possible to run demo? Why does It raise this issues? What is it required as input?
Is there any other detailed documentation? And would be denoising function available?
The text was updated successfully, but these errors were encountered: