Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 360 Bytes

mmstereo

Training code from mmstereo with ROS wrappers.

Docker

To build the image:

docker buildx build --no-cache -t mmattamala/mmstereo:pytorch2.0 -f Dockerfile .

To run the image:

docker run -it --runtime nvidia -v "$PWD"/mmstereo:/workspace/mmstereo mmattamala/mmstereo:pytorch2.0