-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train the model #12
Comments
I'd like that too - a simple 'how to' walkthrough assuming knowledge of Python :-) |
I hope so too. Thanks a lot! |
@Zonobia-A @rleaver152 @sciart17 @zhangmozhe |
Is there anyone who has the dataset? It's very nice if I am shared in order to train the model. Thank you very much |
@ndhieunguyen did u know the structure of the dataset to train the model? Thank you very much |
I wrote a dataloader purposed to manage the training process. Kindly examine an exemplar below which shows the dataloader at: https://github.com/yyang181/NTIRE23-VIDEO-COLORIZATION/blob/main/BiSTNet-NTIRE2023/lib/videoloader_woAugImg.py#L1332C1-L1454C31. Note that the computation of the optical flow between two sequential frames—specifically, flow_forward and flow_backward—might pose some complexities. A strategy I highly recommend to navigate this issue involves the prior computation of the optical flow. It is vitally important to ensure that it is coherently loaded in conjunction with the input images and references. Please be aware that the authors also offer a script dedicated to the calculation of the optical flow. This valuable resource can be accessed via the following link: https://github.com/zhangmozhe/Deep-Exemplar-based-Video-Colorization/blob/main/lib/videoloader_imagenet.py#L199C13-L215C14. Hope this helps. |
I have no idea to train a new model on my dataset, if the author can provide a tiny dataset sample.
The text was updated successfully, but these errors were encountered: