Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 961 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 961 Bytes

Docker Container for ROS and YoloV7-based TensorRT instance segmentation

To be used as a base for further containers, which depend on the combination of YoloV7 TensorRT-models and ROS.

How to use?

Run the container as follows:

docker pull `ghcr.io/providentia-project/ros-yolov7-trt`
docker run --rm -it --gpus all ghcr.io/providentia-project/ros-yolov7-trt bash

To build Tensor-RT models, invoke the ./mktrt.bash command. The script will create Tensor-RT versions of the Yolov7-Segmentation model for 640x640 and 1280x1280 resolutions. After running the script, you will find the converted TensorRT models under the /trt/yolov7_<resolution>.trt path.

Thanks