3D-plane-segmentation icon indicating copy to clipboard operation
3D-plane-segmentation copied to clipboard

DDPFF plane-seg Dockerfile

Open achains opened this issue 2 years ago • 1 comments

Interface adoptation to use in Python algorithm runner tool

achains avatar Jul 23 '22 07:07 achains

To run algorithm you need to

  1. Build image from DDPFF root: docker build -t ddpff:1.0 -f Dockerfile.raw .
  2. Run algorithm docker run --rm --mount src=/yourInputFolder,target=/app/build/input,type=bind --mount src=/yourOutputFolder,target=/app/build/output,type=bind ddpff:1.0 0.ply ddpff.ini

achains avatar Jul 23 '22 07:07 achains