Hello! I encountered an error while preprocessing the Zind dataset using your code. When I run create_data_sets_zind.py, I get a ray_cast() “unexpected keyword argument” error. The message is as follows:
[2026-02-02 13:46:21,319 - __main__ - ERROR - Failed to process Scene 0012: ray_cast() got an unexpected keyword argument 'cast_type' 1%|▍ | 13/1575 [00:00<01:34, 16.48it/s]
In the S3D pipeline, it seems like cast_type is not specified. Does cast_type have a particular meaning for the Zind dataset, or is it necessary only for Zind?
Hello! I encountered an error while preprocessing the Zind dataset using your code. When I run create_data_sets_zind.py, I get a ray_cast() “unexpected keyword argument” error. The message is as follows:
[2026-02-02 13:46:21,319 - __main__ - ERROR - Failed to process Scene 0012: ray_cast() got an unexpected keyword argument 'cast_type' 1%|▍ | 13/1575 [00:00<01:34, 16.48it/s]In the S3D pipeline, it seems like cast_type is not specified. Does cast_type have a particular meaning for the Zind dataset, or is it necessary only for Zind?