pytorch-coviar
pytorch-coviar copied to clipboard
Encode videos to another gop, how to adjust coviar_data_loader
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.
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.