Skip to content

Commit

Permalink
BUG: Fix NvidiaAIAssistedAnnotation iconurl and screenshoturls links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 4, 2024
1 parent acaae3e commit 0ccd10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NvidiaAIAssistedAnnotation.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contributors Sachidanand Alle (NVIDIA)
category Segmentation

# url to icon (png, size 128x128 pixels)
iconurl https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot.jpg https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot-annotation-points-liver.jpg https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot-annotation-result-liver.jpg https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot-segmentation-result-liver.jpg
iconurl https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/NvidiaAIAssistedAnnotation.png

# Give people an idea what to expect from this code
# - Is it just a test or something you stand behind?
Expand All @@ -38,7 +38,7 @@ status
description This extension offers automatic segmentation using NVIDIA AI-Assisted Annotation framework (Powered by the Clara Train SDK).

# Space separated list of urls
screenshoturls https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot.png
screenshoturls https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot.jpg https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot-annotation-points-liver.jpg https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot-annotation-result-liver.jpg https://raw.githubusercontent.com/NVIDIA/ai-assisted-annotation-client/master/slicer-plugin/snapshot-segmentation-result-liver.jpg

# 0 or 1: Define if the extension should be enabled after its installation.
enabled 1

0 comments on commit 0ccd10e

Please sign in to comment.