Giter Site home page Giter Site logo

yolov5_triton_inference_server's Introduction

yolov5_triton_inference_server's People

Contributors

tienluongngoc avatar vladostan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

yolov5_triton_inference_server's Issues

Only YOLOv5 v5.0 models work while using this guide

python gen_wts.py -w yolov5s.pt -o yolov5s.wts command only works for yolov5 v5.0 models, not v6.0 and v6.1.

I recommend adding a line : wget https://github.com/ultralytics/yolov5/releases/download/v5.0/yolov5s.pt in the "Create *.wts file" segment of the README.md file.

Changes :-

cd yourworkingdirectoryhere
cp tensorrtx/yolov5/gen_wts.py yolov5
cd yolov5
wget https://github.com/ultralytics/yolov5/releases/download/v5.0/yolov5s.pt
docker run -it --rm --gpus all -v $PWD:/yolov5 tienln/ubuntu:18.04_conda /bin/bash
cd /yolov5
conda activate yolov5
python gen_wts.py -w yolov5s.pt -o yolov5s.wts

Failed to connect to all addresses

I got this error when running client (client.py) "tritonclient.utils.InferenceServerException: [StatusCode.UNAVAILABLE] failed to connect to all addresses". I had run server before runing client. Do you know the problem? Thank for your help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.