Skip to content

Docker container for YoloV7-segmentation + ROS-based applications

License

Notifications You must be signed in to change notification settings

providentia-project/ros-yolov7-trt

 
 

Repository files navigation

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

About

Docker container for YoloV7-segmentation + ROS-based applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Other 1.9%