baowenbo / DAIN

Depth-Aware Video Frame Interpolation (CVPR 2019)
https://sites.google.com/view/wenbobao/dain
MIT License
8.23k stars 840 forks source link

Implementation of functions in "my_package" on CPU #50

Open 36572545 opened 4 years ago

36572545 commented 4 years ago

Hi~, in your code, it allows user to use cpu in modules of my_package dir, such as DepthFlowprojection etc. But I didn't find that implementation, (DepthFlowProjectionLayer_cpu_forward()). Did I miss it?