Eruvae / yolact_ros

ROS wrapper for yolact instance segmentation
52 stars 45 forks source link

Dockerfile for yolact ros #27

Open nuryonosw opened 1 year ago

nuryonosw commented 1 year ago

Could you please provide a dockerfile for your yolact_ros environment?

Eruvae commented 1 year ago

I don't use docker, so I can't provide that. Feel free to contribute one. However, I'm not convinced a dockerfile for a single ROS package is a good idea. If you want to use docker, you can pull one of the official ROS images (e.g. ros:noetic), set up a workspace, and clone this and all other packages that you want to use into that workspace.