Open ModynAI opened 3 years ago
Hi, First of all i wanna tank you for your great work.
i followed your instruction on Inference. first, i installed pytorch and cuda and then git clone the repo and then set root dir. after that i installed all the dependencies and libraries! after that I've download the pretrain weights to my workstation. then i went into the this: https://github.com/Media-Smart/vedadet/blob/main/configs/infer/tinaface/tinaface_r50_fpn_bn.py
and changed the weight pass to the downloaded .pth file from your google drive ( https://drive.google.com/file/d/1zZ88-H3721F4V9-9NVpHFrbcpACflrHU/view?usp=sharing).
at the end i just used an image to test for a demo using this command CUDA_VISIBLE_DEVICES="0" python tools/infer.py configs/infer/tinaface/tinaface_r50_fpn_bn.py /content/13.jpg
Am i doing sth wrong? is it necessary to train the model?
Thanks Best regards
@mike112223 @mileistone @hxcai @DarthThomas
There is any answer to this?
Hi, First of all i wanna tank you for your great work.
i followed your instruction on Inference. first, i installed pytorch and cuda and then git clone the repo and then set root dir. after that i installed all the dependencies and libraries! after that I've download the pretrain weights to my workstation. then i went into the this: https://github.com/Media-Smart/vedadet/blob/main/configs/infer/tinaface/tinaface_r50_fpn_bn.py
and changed the weight pass to the downloaded .pth file from your google drive ( https://drive.google.com/file/d/1zZ88-H3721F4V9-9NVpHFrbcpACflrHU/view?usp=sharing).
at the end i just used an image to test for a demo using this command CUDA_VISIBLE_DEVICES="0" python tools/infer.py configs/infer/tinaface/tinaface_r50_fpn_bn.py /content/13.jpg
Am i doing sth wrong? is it necessary to train the model?
Thanks Best regards