Skip to content

Commit 1f0afe8

Browse files
committed
Docker image to latest
1 parent 7ed5802 commit 1f0afe8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to pull the docker image you would first need to install `docker` and `
3333
After installing `docker` and `nvidia-docker2` you can download the SIPEC image by executing:
3434

3535
```
36-
docker pull sipec/sipec:tf2_v1
36+
docker pull sipec/sipec:latest
3737
```
3838

3939
**Note:** In order to run docker without `sudo` you would need to create a docker group and add your user to it. Please follow the instructions on: [https://docs.docker.com/engine/install/linux-postinstall/](https://docs.docker.com/engine/install/linux-postinstall/)
@@ -92,16 +92,16 @@ If your system has multiple GPUs, the `--gpu` flag allows you to run a script on
9292

9393
Here are some example command line usages of the pipeline
9494
<pre><code>
95-
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec:tf2_v1
95+
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec
9696
segmentation.py --cv_folds 0 --gpu 0 --frames /home/user/data/mouse_segmentation_4plex_merged/frames --annotations /home/user/data/mouse_segmentation_4plex_merged/merged.json
9797

98-
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec:tf2_v1
98+
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec
9999
classification_comparison.py --gpu 0 --config_name behavior_config_final --random_seed 1 --output_path=/home/user/results
100100

101-
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec:tf2_v1
101+
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec
102102
poseestimation.py --gpu 0 --results_sink /home/user/results --dlc_path /home/user/data/mouse_pose/OFT/labeled-data/ --segnet_path /home/user/data/pretrained_networks/mask_rcnn_mouse_0095.h5 --config poseestimation_config_test
103103

104-
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec:tf2_v1
104+
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec
105105
full_inference.py --gpu 0 --species mouse --video /home/user/data/full_inference_posenet_25_June/animal1234_day1.avi --posenet_path /home/user/data/pretrained_networks/posenet_mouse.h5 --segnet_path /home/user/data/pretrained_networks/mask_rcnn_mouse_0095.h5 --max_ids 4 --results_sink /home/user/results/full_inference
106106

107107
<b>Coming soon</b>: behavior.py
@@ -116,7 +116,7 @@ Depending on modules to be trained, and the GPUs available the training can take
116116
In order to find all the arguments that can be passed to the scripts use the flag `--help`, e.g.,
117117

118118
```
119-
docker container run --runtime=nvidia --rm sipec:main_tf2 segmentation.py --help
119+
docker container run --runtime=nvidia --rm sipec/sipec segmentation.py --help
120120
```
121121

122122

0 commit comments

Comments
 (0)