Sfoglia il codice sorgente

Icon for predicting bounding boxes also shown for labeled boxes

The rocket icon for inference of bounding boxes is now also shown for user bounding boxes with a label. That is, it is shown for all bounding boxes created by a user (red) but not for those created by the pipeline.
j-bl 3 anni fa
parent
commit
7b1c32ca13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      webui/src/components/media/cropped-image.vue

+ 1 - 1
webui/src/components/media/cropped-image.vue

@@ -9,7 +9,7 @@
     <div class="label-container">
       <h3> {{ label }} </h3>
 
-      <div  v-if="label === 'Unknown'"
+      <div  v-if="this.box.origin === 'user'"
             ref="create_predictions"
             class="create-predictions-icon"
             title="create prediction for this image"