LW-CVer / DBnet_TensorRT

c++版dbnet文本检测 ,使用tensorrt加速
4 stars 3 forks source link

Link to config and model used #1

Open samayala22 opened 3 years ago

samayala22 commented 3 years ago

@LW-CVer Hello

Do you have a link to the config and weights files ?

std::string ini_path = "../config/dbnet.ini";
std::string wts_path = "../models/dbnet.wts";
samayala22 commented 3 years ago

Thank you for .wt file. But I cannot access Baidu NetDisk since I'm not from China. Is it possible to put it in another file sharing service (maybe https://wetransfer.com/). I can then do a pull request with permanent google drive link.

And what about dbnet.ini file ?

LW-CVer commented 3 years ago

the dbnet.ini file is in config

---Original--- From: @.> Date: Fri, Jul 9, 2021 23:00 PM To: @.>; Cc: @.**@.>; Subject: [LW-CVer/DBnet_TensorRT] Link to config and model used (#1)

@LW-CVer Hello

Do you have a link to the config and model files ? std::string ini_path = "../config/dbnet.ini"; std::string wts_path = "../models/dbnet.wts"; std::string engine_path = "../models/dbnet.engine"

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.