-
Notifications
You must be signed in to change notification settings - Fork 295
Description
Hello, first of all thank you for your work on this repo.
I've been trying to get the training pipeline working and I'm finding there are multiple files missing that point to within a dockerdata directory but I'm not able to find any instructions on how to retrieve them within the repo. I was able to find most of the original models from huggingface itself but I don't know what can be done for parameter files such as /dockerdata/Moore/reference_unet.pth. I'd appreciate any information on how I can get access to the necessary files so I can begin the training.
I also saw that the data preparation seems to be done for a single video file in the context of inference rather than for a full raw video set for training. Is there a dataset file structure you'd recommend for adapting that data prep to the full videos of say HDTF?