Skip to content

Commit

Permalink
Update installation_automatic_annotation.md (#3099)
Browse files Browse the repository at this point in the history
Fix GPU example commands
  • Loading branch information
RobertVillalba authored Apr 18, 2021
1 parent 4ceb5da commit d2e4ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvat/apps/documentation/installation_automatic_annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@

```bash
nuctl deploy --project-name cvat \
--path `pwd`/tensorflow/matterport/mask_rcnn/nuclio \
--path serverless/tensorflow/matterport/mask_rcnn/nuclio \
--platform local --base-image tensorflow/tensorflow:1.15.5-gpu-py3 \
--desc "GPU based implementation of Mask RCNN on Python 3, Keras, and TensorFlow." \
--image cvat/tf.matterport.mask_rcnn_gpu
--image cvat/tf.matterport.mask_rcnn_gpu \
--triggers '{"myHttpTrigger": {"maxWorkers": 1}}' \
--resource-limit nvidia.com/gpu=1
```
Expand Down

0 comments on commit d2e4ee4

Please sign in to comment.