Implementation of an object-recognition AI algorithm from a small dataset for the Philips challenge in the Tech Xperience competition
- Store all the images of the test data set in a folder of your choice and copy the absolute path of that folder
- Open the terminal and execute the following command to pull the project's image from my registry:
docker pull giuseppeseverino/tech_xperience:v1
- Run the following command, setting the absolute path of the folder containing the test data:
docker run -it -v <absolute path to test images>:/philips/Images giuseppeseverino/tech_xperience:v1 python predict.py
The output will appear in the console, as shown in the screenshots below: