Skip to content
View LW-CVer's full-sized avatar
Block or Report

Block or report LW-CVer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. DBnet_TensorRT DBnet_TensorRT Public

    c++版dbnet文本检测 ,使用tensorrt加速

    C++ 4 3

  2. trt_crnn_dynamic_cpp trt_crnn_dynamic_cpp Public

    基于tensorrt的crnn,输入batch为动态,pytroch1.6,opset11导出的onnx,trt7.1.3.4可以直接用,trt6无法使用

    C++ 4 1

  3. EAST_Tensorflow_C EAST_Tensorflow_C Public

    c++版east文本检测,调用的tensorflow的pb模型

    C++ 2 1

  4. trt_east trt_east Public

    使用tensorrt加速的east文本检测算法

    C++ 1 2

  5. inception inception Public

    手写inception网络

    Python

  6. YOLO-v3 YOLO-v3 Public

    包含一些网络结构调整,如替换relu为mish;残差分支修改为bn+激活+卷积;FPN修改为至下而上+至上而下