Shad Torrie

Results 3 comments of Shad Torrie

I had this same issue. Looking at the demo_syncnet.py example it seems like the image size is what is causing it. Resizing the images to 224x224 fixed this particular issue....

Aha! they have a better description here: https://github.com/joonson/syncnet_python/issues/39

I was getting this same error, it was because I was using python3.10 instead of 3.8. Thought I'd mentioned it incase this helps anybody else.