Philipp Schröppel
Philipp Schröppel
Hi, I tried now to implement option 2 (preemptively parse `--load-config` from `sys.argv`). For this I changed the `entrypoint` function in `scripts/train.py` as follows: ```python def entrypoint(): """Entrypoint for use...
Hi, alright, thanks a lot for looking into this! And it's not urgent at all, as it's easy enough to circumvent the problem. It's more a matter of convenience :)...
Hi, actually the init noise is only changed in every iteration in case `t!=0`: https://github.com/alexzhou907/PVD/blob/9747265a5f141e5546fd4f862bfa66aa59f1bd33/train_generation.py#L437 Is this intended and does it affect performance? best, Philipp
Hi, sorry for the late reply! The keyframe of each sample is indicated via the `keyview_idx` item in the sample dictionary. In the evaluation, it is not really possible to...