Inspired by your work Query3D, I’m reproducing its results but hit an issue: running ./render_scenes.sh fails due to a missing path: output/wayvescene/scene_012_30_forward/1/rendered_clip/clip_features.
I tried manually creating the directory and adding the provided .pt files, as well as running the preprocessing (python quantize_features.py --config ...) and training (python train.py --config ...) commands, but neither worked.
Could you guide on properly generating or configuring this path?