VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes
MIT License
1.9k stars 434 forks source link

can not upzip the file DeepLabV3Plus-ResNet101 #35

Open Yiru1103 opened 3 years ago

Yiru1103 commented 3 years ago

Hello

i can not unzip the file best_deeplabv3plus_resnet101_cityscapes_os16.pth.tar

is it the file damaged or which tool i should use to unzip the file?

thank you!

Best Reguards Yiru

VainF commented 3 years ago

Hi @Yiru1103 , pytorch-0.x used .pth.tar as file extension. For pytorch1.0+, you can directly load the weights using torch.load("xxx.pth.tar").

Yiru1103 commented 3 years ago

Thank you very much.


From: Gongfan Fang @.> Sent: Friday, March 12, 2021 4:58:46 PM To: VainF/DeepLabV3Plus-Pytorch @.> Cc: Yiru1103 @.>; Mention @.> Subject: Re: [VainF/DeepLabV3Plus-Pytorch] can not upzip the file DeepLabV3Plus-ResNet101 (#35)

Hi @Yiru1103https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FYiru1103&data=04%7C01%7C%7Cd4d6244b1e7248859bd308d8e56fb896%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637511615279327750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KvrfI9ijyASev8XYlScpjkUF8N2O6opZusytlr54yak%3D&reserved=0 , pytorch-0.x used .pth.tar as file extension. For pytorch1.0+, you can directly load the weights using torch.load("xxx.pth.tar").

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FVainF%2FDeepLabV3Plus-Pytorch%2Fissues%2F35%23issuecomment-797582378&data=04%7C01%7C%7Cd4d6244b1e7248859bd308d8e56fb896%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637511615279327750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ZoQqjqW2Rg4tnLY0%2Bw5NCG0qxm%2F1xtYS2t5foZwVTEA%3D&reserved=0, or unsubscribehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FARAGL7523RJUX6AKOSUDL6LTDI23NANCNFSM4ZCM7JXA&data=04%7C01%7C%7Cd4d6244b1e7248859bd308d8e56fb896%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637511615279327750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ibZu33o7h8A9zS03Hapt%2BDQcxoNcY3DZGSx8wRuX%2Buc%3D&reserved=0.

dafengtian commented 7 months ago

Hello

i can not unzip the file best_deeplabv3plus_resnet101_cityscapes_os16.pth.tar

is it the file damaged or which tool i should use to unzip the file?

thank you!

Best Reguards Yiru

You can solve the problem with this solution https://github.com/VainF/DeepLabV3Plus-Pytorch/issues/134