File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
3636
3737wget https://github.com/nuclio/nuclio/releases/download/1.5.16/nuctl-1.5.16-linux-amd64
3838chmod +x nuctl-1.5.16-linux-amd64
39- mv nuctl-1.5.16-linux-amd64 ~ /.local /bin/nuctl
39+ sudo mv nuctl-1.5.16-linux-amd64 /usr /bin/nuctl
4040```
4141
4242## Installation
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def handler(context, event):
5959
6060 flip_image = strtobool (os .environ .get ("MONAI_LABEL_FLIP_INPUT_IMAGE" , "true" ))
6161 flip_points = strtobool (os .environ .get ("MONAI_LABEL_FLIP_INPUT_POINTS" , "true" ))
62- flip_output = strtobool (os .environ .get ("MONAI_LABEL_FLIP_OUTPUT_POINTS" , "true " ))
62+ flip_output = strtobool (os .environ .get ("MONAI_LABEL_FLIP_OUTPUT_POINTS" , "false " ))
6363
6464 if flip_image :
6565 image_np = np .moveaxis (image_np , 0 , 1 )
You can’t perform that action at this time.
0 commit comments