Davi

Results 3 comments of Davi

Same error here. I resolved it by reencoding all my videos using the latest version of FFMPEG. Installing FFMPEG from apt results in an older ffmpeg installation. I compiled it...

@Junh0lee, I was able to run this repo in my dicom data, please, see my [repo](https://github.com/daviduarte/DeepLearningDBT). Regards

Possible solution: - In PHALP/phalp/models/predictor/pose_transform_v2 - replace `t_end.append(t.item())` to `t_end.append(t.item() if torch.is_tensor(t) else t)`