SRHandNet-demo
SRHandNet-demo copied to clipboard
모델 weight 불러오는데 이슈
original site 에서 hand.pts 다운로드 받았는데 torch.jit.load('hand.pts') 하면 RuntimeError: Legacy model format is not supported on mobile.
만 나옵니다. 혹시 모델 돌아가시나요???
아마 요 코드 작성 시점의 pytorch 버전과 지금 pytorch 버전이 많이 다른가 보네요.. 저도 코드 돌린지 오래되서 잘 모르겠습니다 ㅠ
pytorch 1.4~1.6사이의 버전을 한번 시도해보시면 좋을 듯 합니다
I have used version "torch==1.8.0+cu111" and it seems working.
nasif-raihan Can you please share model ? agrajak