This workflow performs industrial optical QA on a large set of input images.
This repository contains a parallel implementation, orchestrated with the Abstract Function Choreography Language and runnable on the Apollo Engine
Fig 1: workflow.yaml control and data flow
git clone https://github.com/Apollo-Workflows/Image-Recognition
cd Image-Recognition
| number of images | comment | link |
|---|---|---|
| 200 | 52.png, 55.png, and 184.png should be detected as polluted | datasets/200 |
| 400 | 98.png and 121.png should be detected as polluted | datasets/400 |
| 800 | 544.png, 762.png and 773.png should be detected as polluted | datasets/800 |
Then, update input.json with the desired parallelism. The default is 2. This yields a 100 images per 1 convolution function ratio for the 200 dataset.
{
"desired_num_splits": 1 // <---
"s3bucket": "YOUR_BUCKET",
"s3prefix": "YOUR/PREFIX",
"topic_arn": "YOUR_TOPIC",
"region": "us-east-2",
}
aws/credentialsibmcloud_api_key to ibm/terraform.tfvarsibm/s3Credentials.jsondocker run --rm -it --entrypoint=/app/deployAll.sh -v ${PWD}:/app/ chrisengelhardt/apollo-autodeploydocker run --rm -v ${PWD}:/app/ chrisengelhardt/apollo-autodeploy --help from within the directory of your chosen cloud providerNote: For IBM you have to create a namespace first and place it into ibm.tf at line namespace = "YOURNAMESPACE".
Usage: /app/deploy.sh [--help] [--region region] [--url] [--mapping]
Commands:
--help Show this help output.
--region region Sets a specific region for the deployment. Use a region from:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
--bucket bucket_name Sets a specific bucket name for the deployment.
--url Prints out all deployment urls
--mappings Creates typeMapping.json with the deployment urls
To run the containers (preprocess-imgs, ir-split, ir-convolution.-educe) you must mount your input and credentials file into the correct dir as shown below:
docker run --rm -it -v ${PWD}/input.json:/usr/src/app/input.json -v ${PWD}/credentials:/root/.aws/credentials ir-preprocess
Content type
Image
Digest
Size
55.2 MB
Last updated
over 5 years ago
docker pull chrisengelhardt/ir-split