Alex Raistrick

Results 97 comments of Alex Raistrick

The frame_range specifies the start and end frame of the video. if you say `iterate_scene_tasks.frame_range = [299, 300]` the system will only render frames 299-300, so only 2 frames total....

`queued/fine_terrain` means your system wants to launch a fineterrain job but is unable to proceed. this is likely because of your CUDA_VISIBLE_DEVICES setting which seems to be set to an...

I see, apologies, i will try to patch the CUDA_VISIBLE_DEVICES thing over the weekend. cam_block_size only affects grouping for render/ground_truth, view_block_size does fineterrain and is usually a larger block size...

The pre-generated videos were made before we integrated OcMesher, which fixes all mesh flickering issues. The current codebase wont generate any mesh flickering in videos. I have lots of videos...

you can try setting animation_mode='idle' or animation_mode='run' on the various CreatureFactory classes that support it. 'idle' works quite well but 'run' is goofy, the creatures run in place and dont...

Theres a setting in base.gin to set the translation

Hello, apologies for the issue, i will patch it ASAP. In the meantime I believe you can just remove this assert.

You do not need to have a separate version of blender installed in order to install the bpy pip package. Most often this would happen if python!=3.10, since bpy only...

Hello, thanks for catching this and sorry for the slow reply. We intend to truncate that video to remove the missing frames, and have added checks to prevent this in...

@mazeyu please take a look