pytorch-DEX
pytorch-DEX copied to clipboard
Fail to load pth model files
I have encountered a problem:
Traceback (most recent call last):
File "demo.py", line 5, in
How can I solve it?
The problem still exists and I can't download dex/pth/age_sd.pth(539 MB).
Maybe you can download here and replace the two git-lfs pointer file in dex/dex/pth. gender_sd.pth age_sd.pth
I solved this problem by installing git-lfs with apt-get. Also, is there code that tests performance?I want to test the DEX network by MAE.
Maybe you can download here and replace the two git-lfs pointer file in dex/dex/pth. gender_sd.pth age_sd.pth
Thank you very much!
I solved this problem by installing git-lfs with apt-get. Also, is there code that tests performance?I want to test the DEX network by MAE.
You can have a try! Refer to its home page for performance metrics.
The Great Firewall ... ... It seems that it is not a good idea to store large file by git-lfs. Download from Google Drive or Baiduwangpang: link: https://pan.baidu.com/s/1pnU7ZwzYU4MqCvRQN6xN0Q code: vdij
Yes,I solve it!
Maybe you can download here and replace the two git-lfs pointer file in dex/dex/pth. gender_sd.pth age_sd.pth
how to modify .pth file after downloading the models?
If any git-lfs pointer exists in dex/dex/pth
, remove them.
Once you have downloaded this two files, move them to dex/dex/pth
.
Maybe you can download here and replace the two git-lfs pointer file in dex/dex/pth. gender_sd.pth age_sd.pth
Hi. Do you have the pytorch models only trained with the imdb-wiki datasets? (I think these are also trained with the chalearn database)
Thank you!
No. But there are other DEX implementations on github, Good luck! Happy New Year!
Hi, Sirius.
Thanks for your answer. Happy New Year!
I am stuck in this problem. You released the pytorch model of "dex_chalearn_iccv2015.caffemodel". I tried to use your code (convert.py) to convert the "dex_imdb_wiki.caffemodel" ( https://data.vision.ee.ethz.ch/cvl/rrothe/imdb-wiki/static/dex_imdb_wiki.caffemodel), but I am having problems with the protobuf size. I would like to know how you deal with this or if you could convert this model to me, please.
I really appreciate your help.
best regards
Danilo
On Fri, Jan 24, 2020 at 12:16 AM Sirius Demon [email protected] wrote:
No. But there are other DEX implementations on github, Good luck! Happy New Year!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/siriusdemon/pytorch-DEX/issues/1?email_source=notifications&email_token=AG2ILOQR4KP5RZSJB32TKB3Q7J2SBA5CNFSM4G7NGRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJZX7PY#issuecomment-577994687, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2ILOU7CSB2OINWS6TDKILQ7J2SBANCNFSM4G7NGRFQ .
Hi, Sirius.
I've managed my issue. I used the MMDNN to convert the models (caffe to pytorch). So, disregard the last e-mail.
Thanks for your attention.
best regards,
Danilo
On Tue, Jan 28, 2020 at 5:18 PM Danilo Coura [email protected] wrote:
Hi, Sirius.
Thanks for your answer. Happy New Year!
I am stuck in this problem. You released the pytorch model of "dex_chalearn_iccv2015.caffemodel". I tried to use your code (convert.py) to convert the "dex_imdb_wiki.caffemodel" ( https://data.vision.ee.ethz.ch/cvl/rrothe/imdb-wiki/static/dex_imdb_wiki.caffemodel), but I am having problems with the protobuf size. I would like to know how you deal with this or if you could convert this model to me, please.
I really appreciate your help.
best regards
Danilo
On Fri, Jan 24, 2020 at 12:16 AM Sirius Demon [email protected] wrote:
No. But there are other DEX implementations on github, Good luck! Happy New Year!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/siriusdemon/pytorch-DEX/issues/1?email_source=notifications&email_token=AG2ILOQR4KP5RZSJB32TKB3Q7J2SBA5CNFSM4G7NGRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJZX7PY#issuecomment-577994687, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2ILOU7CSB2OINWS6TDKILQ7J2SBANCNFSM4G7NGRFQ .
Maybe you can download here and replace the two git-lfs pointer file in dex/dex/pth. gender_sd.pth age_sd.pth
solved the problem by either git-lfs installing and replacing 2 pretrained files. thanks