lisiyao21 / AnimeInterp

The code for CVPR21 paper "Deep Animation Video Interpolation in the Wild"
396 stars 38 forks source link

How can i get start with my own cartoon video set? #20

Open JCVBoss opened 2 years ago

JCVBoss commented 2 years ago

Hello, thank you for your excellent paper on cartoons.

I want to use your code to generate optical flow on my own cartoon video dataset, but I see that your test code does not call the SGM model during the operation。 Instead, the coarse optical flow extracted by SGM is included in the dataset. The weight of the SGM part may not be included in the pre-training weights you provided. Note mentioned in the paper and another issue the SGM model will provide a better final effect when dealing with large motion. I think SGM is very necessary for my optical flow extraction process.

11

How should I use this code to generate SGM optical flow? How to get animeinterp.py code containing the SGM module?

I would appreciate it if you could provide the guidance and the pre-training weights of the SGM model.

Legenhoor commented 2 years ago

+1