Commit 59c2b01c authored by Shahjhan  Alam's avatar Shahjhan Alam
Browse files

Update README.md

parent c64a2f7e
......@@ -4,7 +4,7 @@
1. Assuming that you have Docker installed
2. Create a local folder with all your files along with the Dockerfile, just like I have in [this]
2. Create a local folder with all your files along with the Dockerfile, just like I have in [this link](https://gitlab.iotiot.in/PIAI24JAN4005/concrete-crack-detection/-/blob/master/Dockerfile)
Run the command after navigating to the working folder to create a docker image which copies all the contents from demo (inference.py, tfrecords, images, tf/fine_tuned_model) to a new folder 'model' (just in the image)
```bash
......@@ -41,7 +41,3 @@ Navigate to the model directory and execute the inference.py using
The images can be seen in the output folder in the `{my_files}` directory in the host machine.
The inference images are saved to the output directory. You can save this folder locally from the Docker container directly, or using this command:
```bash
docker cp {container_id}:output {path_in_host}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment