pytorch-coviar icon indicating copy to clipboard operation
pytorch-coviar copied to clipboard

Encode videos to another gop, how to adjust coviar_data_loader

Open Esaada opened this issue 5 years ago • 1 comments

Hi, I want to use gop = 16 ,I'm changing reencode.sh to eencode with " -g " , and I know that the data_loader doesn't like that (got segmentation fault), do you have any clue to give me, how to adjust this c file to support gop = 16, or a least where may be a problem?

Thanks, Barak.

Esaada avatar Apr 22 '19 08:04 Esaada

Hi sorry for the late reply!

Did you modify https://github.com/chaoyuaw/pytorch-coviar/blob/master/dataset.py#L20 accordingly? I thought the c file should be fine with a different GoP size.

chaoyuaw avatar May 08 '19 22:05 chaoyuaw