self-supervised-depth-completion icon indicating copy to clipboard operation
self-supervised-depth-completion copied to clipboard

About extracting trained model

Open JuewenPeng opened this issue 4 years ago • 2 comments

When I downloaded the trained model, I could not extract the 'tar' file. I was wondering if there is something wrong with your 'tar' file.

JuewenPeng avatar Mar 21 '20 05:03 JuewenPeng

The .tar files are not compressed - they are simply pytorch-saved dictionaries. In other words, load them directly from pytorch without any decompression.

fangchangma avatar Mar 22 '20 09:03 fangchangma

Thank you for your reply. I truly appreciate your help in resolving my problem.

发自我的iPhone

------------------ Original ------------------ From: Fangchang Ma <[email protected]> Date: Sun,Mar 22,2020 5:06 PM To: fangchangma/self-supervised-depth-completion <[email protected]> Cc: Suraimu <[email protected]>, Author <[email protected]> Subject: Re: [fangchangma/self-supervised-depth-completion] About extracting trained model (#39)

The .tar files are not compressed - they are simply pytorch-saved dictionaries. In other words, load them directly from pytorch without any decompression.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JuewenPeng avatar Mar 22 '20 09:03 JuewenPeng