CAIN icon indicating copy to clipboard operation
CAIN copied to clipboard

Source code for AAAI 2020 paper "Channel Attention Is All You Need for Video Frame Interpolation"

Results 10 CAIN issues
Sort by recently updated
recently updated
newest added

Hi, @myungsub 님의 코드를 가지고 프레임 인터폴레이션을 해보았는데, 코드는 GPU를 써가며 잘 돌아가는데 결과물이 어디에 생성되는지를 모르겠습니다. 결과물은 단일 비디오 파일인가요? 아니면 결과물도 이미지 시퀀스 인가요? 궁금합니다. 사용한 명령은 test_custom.sh...

Hi, I'm interested about the Figure 5, Visualization of internal feature maps with their channel attentions, in your paper. Could you please tell me more details about how you calculate...

Hi, how did you get the result of Middlebury dataset? I have got the same results of your pertrained model on Vimeo90K and UCF101 datasets, but got a poor result...

Why do I get an error using data set vimeo_triplet :FileNotFoundError: [Errno 2] No such file or directory: 'data/vimeo_triplet/sequences//im1.png' thank you

I want to replicate your algorithm with the Vimeo90K dataset, but why I trained 20 EPOCH of PSNR to only 15 is almost the same as the PSNR trained by...

Hello, I wanted to report an issue that I encountered while training on the Vimeo90k dataset using PyTorch 1.6 or higher, and I believe it to be a bug. The...

I've tried many pytorch environments and they don't work.

According to the data download link provided, why can't the download succeed? The compressed package is damaged. After repair, the data set is incomplete. Can you provide a new download...

It is very interesting that you use Pixel Shuffle and Channel Attention for motion estimation without estimating optical flow. I want to ask that in the paper you said that...

May I ask the specific location of the image data used in your paper in the dataset? Thank you very much!