Arthur Chains

Results 2 comments of Arthur Chains

@hahakid We are sorry for the late response. Thank you for your metric applicability research, you got an intriguing results. We would love to continue the research and it would...

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...